This is an automated email from the ASF dual-hosted git repository.
gabriellee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from cff6a7195b [feature](Nereids): add bushy tree rule; (#18130)
add 012f7bd031 [feature](function)Add ST_Area function (#18138)
No new revisions were added by this update.
Summary of changes:
be/src/geo/geo_types.cpp | 36 +
be/src/geo/geo_types.h | 6 +
be/src/vec/functions/functions_geo.cpp | 72 +
be/test/vec/function/function_geo_test.cpp | 34 +
.../sql-functions/spatial-functions/st_area.md | 59 +
docs/sidebars.json | 1 +
.../spatial-functions/st_angle_sphere.md | 6 +-
.../sql-functions/spatial-functions/st_area.md | 59 +
.../doris/catalog/BuiltinScalarFunctions.java | 4 +
.../scalar/{StX.java => StAreaSquareKm.java} | 20 +-
.../scalar/{StX.java => StAreaSquareMeters.java} | 20 +-
.../expressions/visitor/ScalarFunctionVisitor.java | 10 +
gensrc/script/doris_builtins_functions.py | 5 +
.../data/nereids_function_p0/fn_test.dat | 26 +-
.../data/nereids_function_p0/scalar_function/S.out | 1510 +++++++++++---------
.../spatial_functions/test_gis_function.out | 12 +
.../spatial_functions/test_gis_function.out | 12 +
.../suites/nereids_function_p0/load.groovy | 20 +-
.../nereids_function_p0/scalar_function/S.groovy | 118 +-
.../spatial_functions/test_gis_function.groovy | 5 +
.../spatial_functions/test_gis_function.groovy | 5 +
21 files changed, 1249 insertions(+), 791 deletions(-)
create mode 100644
docs/en/docs/sql-manual/sql-functions/spatial-functions/st_area.md
create mode 100644
docs/zh-CN/docs/sql-manual/sql-functions/spatial-functions/st_area.md
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{StX.java
=> StAreaSquareKm.java} (81%)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{StX.java
=> StAreaSquareMeters.java} (81%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]