This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch calcite
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
from e7ef5c9e Isolate type conversions in dedicated classes
add 0d1b6a3d Add data schema
add e8801ae9 Bind ST_AsMVTGeom function
No new revisions were added by this update.
Summary of changes:
.../apache/baremaps/database/calcite/Calcite.java | 24 ++++++++--------
.../calcite/SqlDataSchema.java} | 33 ++++++++--------------
.../baremaps/database/calcite/SqlDataTable.java | 11 +++++++-
.../org/apache/baremaps/utils/GeometryUtils.java | 1 +
.../baremaps/vectortile/VectorTileDecoder.java | 2 +-
.../baremaps/vectortile/VectorTileEncoder.java | 2 +-
...ctorTileUtils.java => VectorTileFunctions.java} | 27 ++++++++++--------
...UtilsTest.java => VectorTileFunctionsTest.java} | 10 +++----
8 files changed, 58 insertions(+), 52 deletions(-)
copy
baremaps-core/src/main/java/org/apache/baremaps/{stream/HoldingConsumer.java =>
database/calcite/SqlDataSchema.java} (54%)
rename
baremaps-core/src/main/java/org/apache/baremaps/vectortile/{VectorTileUtils.java
=> VectorTileFunctions.java} (81%)
rename
baremaps-core/src/test/java/org/apache/baremaps/vectortile/{VectorTileUtilsTest.java
=> VectorTileFunctionsTest.java} (86%)