You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by bc...@apache.org on 2022/12/12 21:52:49 UTC

[calcite] branch main updated (a3a44f4c7b -> de89d7a763)

This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git


    from a3a44f4c7b [CALCITE-5362] Geometry measurement functions
     add de89d7a763 [CALCITE-5280] Add geometry aggregate functions

No new revisions were added by this update.

Summary of changes:
 .../calcite/runtime/SpatialTypeFunctions.java      | 62 ++++++++++++++-
 .../calcite/sql/SqlSpatialTypeOperatorTable.java   | 89 ++++++++++++++++++++++
 .../apache/calcite/sql/util/SqlOperatorTables.java | 12 +--
 core/src/test/resources/sql/spatial.iq             | 82 ++++++++++----------
 .../org/apache/calcite/test/CalciteAssert.java     |  8 +-
 5 files changed, 201 insertions(+), 52 deletions(-)
 create mode 100644 core/src/main/java/org/apache/calcite/sql/SqlSpatialTypeOperatorTable.java