Rewrite the CalciteSignature.columns
attribute, return JAVA_OBJECT
instead of VARCHAR
when meeting geometry field
original code: https://github.com/apache/calcite/blob/calcite-1.32.0/core/src/main/java/org/apache/calcite/prepare/CalcitePrepareImpl.java#L805
Rewrite the CalciteSignature.columns
attribute, return JAVA_OBJECT
instead of VARCHAR
when meeting geometry field
original code: https://github.com/apache/calcite/blob/calcite-1.32.0/core/src/main/java/org/apache/calcite/prepare/CalcitePrepareImpl.java#L805
(Since version ) see corresponding Javadoc for more information.
(Since version ) see corresponding Javadoc for more information.
(Since version ) see corresponding Javadoc for more information.
Adapted JDBC PrepareImpl to GeoMesa