This is an automated email from the ASF dual-hosted git repository.
not-in-ldap pushed a change to branch copilot/add-geospatial-functions
in repository https://gitbox.apache.org/repos/asf/doris.git
from 5721bb06188 Initial plan
add b55ada7b8ae Implement ST_Equals and ST_Relate GIS functions
No new revisions were added by this update.
Summary of changes:
be/src/geo/geo_types.cpp | 53 ++++++
be/src/geo/geo_types.h | 7 +
be/src/vec/functions/functions_geo.cpp | 205 +++++++++++++++++++++
be/test/vec/function/function_geo_test.cpp | 154 ++++++++++++++++
.../doris/catalog/BuiltinScalarFunctions.java | 4 +
.../scalar/{StTouches.java => StEquals.java} | 16 +-
.../scalar/{Repeat.java => StRelate.java} | 22 +--
.../expressions/visitor/ScalarFunctionVisitor.java | 10 +
.../nereids_function_p0/scalar_function/S.groovy | 14 ++
9 files changed, 466 insertions(+), 19 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{StTouches.java
=> StEquals.java} (84%)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{Repeat.java
=> StRelate.java} (80%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]