Skip to content

feat(meos): converge the MEOS facade onto the MEOS-API-generated JMEOS jar (stacks on #16)#17

Closed
estebanzimanyi wants to merge 1 commit into
MobilityDB:feat/meos-family-build-flagsfrom
estebanzimanyi:feat/converge-meos-api-jar
Closed

feat(meos): converge the MEOS facade onto the MEOS-API-generated JMEOS jar (stacks on #16)#17
estebanzimanyi wants to merge 1 commit into
MobilityDB:feat/meos-family-build-flagsfrom
estebanzimanyi:feat/converge-meos-api-jar

Conversation

@estebanzimanyi

Copy link
Copy Markdown
Member

The bundled flink-processor/jar/JMEOS.jar is the MEOS-API-generated functions.GeneratedFunctions surface (mul_, the set-set distance functions mindistance_tgeo_tgeo and tgeoarr_tgeoarr_mindist, the MF-JSON readers tcbuffer_from_mfjson and tnpoint_from_mfjson, the trgeo_ rigid-geometry accessors, plus utils.spatial). The org.mobilitydb.flink.meos.MeosOps* facade and the MeosOpsParityGaps / MeosOpsSqlSurface forwarders are regenerated to the jar's signatures (boolean predicates and flags, direct value_n returns); the tier-wiring demos pass boolean flags accordingly. The facade exposes 2158 of the 2158 JMEOS-bindable public MEOS functions and the SQL surface 1066 of 1066; the facade smoke and all four DataStream tier-wiring demos run end-to-end against libmeos.

@estebanzimanyi estebanzimanyi force-pushed the feat/converge-meos-api-jar branch 7 times, most recently from b570419 to e69e3ae Compare May 29, 2026 17:09
…S jar

The bundled flink-processor/jar/JMEOS.jar is the MEOS-API-generated
functions.GeneratedFunctions surface (temporal multiplication mul_*, the set-set
distance functions mindistance_tgeo_tgeo and tgeoarr_tgeoarr_mindist, the
circular-buffer and network-point MF-JSON readers tcbuffer_from_mfjson and
tnpoint_from_mfjson, the rigid-geometry trgeo_* accessors, plus utils.spatial).
The org.mobilitydb.flink.meos.MeosOps* facade and the MeosOpsParityGaps /
MeosOpsSqlSurface forwarders are regenerated to the jar's signatures (boolean
predicates and flags, direct value_n returns); the tier-wiring demos pass boolean
flags accordingly. The facade exposes 2158 of the 2158 JMEOS-bindable public MEOS
functions and the SQL surface 1066 of 1066; the facade smoke and all four
DataStream tier-wiring demos run end-to-end against libmeos.
@estebanzimanyi estebanzimanyi force-pushed the feat/converge-meos-api-jar branch from e69e3ae to 80fc4dc Compare May 31, 2026 07:49
@estebanzimanyi estebanzimanyi changed the base branch from main to feat/meos-family-build-flags June 11, 2026 16:46
@estebanzimanyi

Copy link
Copy Markdown
Member Author

Superseded by the Path-B consolidation: the former 18-deep stack is collapsed into two reviewable topical PRs on top of the merged scaffold — MEOS integration #30 → benchmark #31 — each one clean squashed commit with the generated-facade bulk, dead family-flag profiles, committed target/ artifacts, and invented synthetic corpus removed. Closing as folded into #30/#31.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant