Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
8765718
regen: regenerate the MEOS facade against the consolidated MobilityDB…
estebanzimanyi May 29, 2026
008f5a0
Generate the functions binding from the IDL at build time
estebanzimanyi Jul 2, 2026
4a79753
Regenerate the IDL against the current MobilityDB master surface
estebanzimanyi Jul 2, 2026
13116db
Fully initialize MEOS when the native library loads
estebanzimanyi Jul 2, 2026
f7ae678
Derive the text wrappers from the generated functions
estebanzimanyi Jul 2, 2026
0fcc03b
feat(build): select MEOS type families with MobilityDB/MEOS-style bui…
estebanzimanyi May 31, 2026
1a8368b
Add the shared org.mobilitydb.meos MEOS facade and its generator
estebanzimanyi Jun 3, 2026
77c2777
Advance the org.mobilitydb.meos facade to the MobilityDB master MEOS …
estebanzimanyi Jul 2, 2026
90394e4
Add the set-set spatial-join helper to the shared facade
estebanzimanyi Jun 3, 2026
6914814
Bump the MEOS facade to MobilityDB 54a9d4bc54
estebanzimanyi Jun 5, 2026
9b6e29e
Extract the canonical named-operation surface for binding codegen
estebanzimanyi Jun 6, 2026
65438ba
Derive canonical-function to Spark-impl mapping for the registrar emi…
estebanzimanyi Jun 6, 2026
337e2fc
Generate the Spark Connect registrar with identity names from the sur…
estebanzimanyi Jun 6, 2026
944e635
Emit the multi-impl arg0 type-tag dispatch in the Spark Connect regis…
estebanzimanyi Jun 6, 2026
1bb6ba0
Bind duplicate-registration ops to one impl and fill optional args wi…
estebanzimanyi Jun 6, 2026
bf9d53f
Dispatch on the differentiating argument and apply per-impl defaults
estebanzimanyi Jun 6, 2026
5a1f177
feat(codegen): bind by-value struct returns via the sret convention
estebanzimanyi Jun 12, 2026
e2ff303
refactor(facade): migrate TNumber/TPoint/Temporal off the legacy facade
estebanzimanyi Jun 12, 2026
78c299c
refactor(facade): migrate the split family off the legacy facade
estebanzimanyi Jun 12, 2026
3da1004
refactor(facade): migrate STBox off the legacy facade (geo helpers ->…
estebanzimanyi Jun 12, 2026
b4d8e6a
refactor(facade): migrate tstzspan/tstzset off the legacy facade
estebanzimanyi Jun 12, 2026
00647a5
refactor(facade): migrate TText off the legacy facade (cstring->text …
estebanzimanyi Jun 12, 2026
d7dd7b4
refactor(facade): migrate the tests off the legacy facade and delete it
estebanzimanyi Jun 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ dependency-reduced-pom.xml
*.mov

# CMake
cmake-build-*/
cmake-build-*/jar/
Loading
Loading