regen: regenerate the MEOS facade against the consolidated MobilityDB surface#19
Open
estebanzimanyi wants to merge 1 commit into
Open
Conversation
This was referenced May 21, 2026
Open
f9d7311 to
b0079af
Compare
b0079af to
3e17ec6
Compare
7631ad8 to
9a353f1
Compare
… surface Bump codegen/input/meos-idl.json to the MEOS-API IDL and regenerate functions.GeneratedFunctions over the full consolidated superset: mul_* (incl. tbigint); minDistance; the circular-buffer and network-point MF-JSON readers; the ever- and always-covers families (ecovers_*/acovers_*); trgeo_*; the H3 / th3index family (ever_eq_h3indexset_th3index, h3index_in/out, H3Index lowered to long); PostgreSQL type I/O; tgeogpoint_great_circle_distance; meos_initialize_noexit_error_handler. 2916 functions.
9a353f1 to
4eb28ed
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump codegen/input/meos-idl.json to the MEOS-API IDL generated from the consolidated MobilityDB headers and regenerate functions.GeneratedFunctions. The surface covers the streaming-consumer needs without gaps: the temporal multiplication binds as mul_* (including the tbigint family), the set-set spatial distance functions mindistance_tgeo_tgeo and tgeoarr_tgeoarr_mindist are exposed, the circular-buffer and network-point MF-JSON readers tcbuffer_from_mfjson and tnpoint_from_mfjson are exposed, and the rigid-geometry accessors bind as trgeo_*. 2743 functions; the facade compiles and resolves against a libmeos built from the same surface.