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 fd5dd9a391 [Opt](Pipeline) opt pipeline code in mult tablet (#17999)
add bcf95cd920 [feature](function)Add ST_Angle_Sphere function (#17919)
No new revisions were added by this update.
Summary of changes:
be/src/geo/geo_types.cpp | 13 ++++
be/src/geo/geo_types.h | 2 +
be/src/vec/functions/functions_geo.cpp | 80 ++++++++++++++--------
be/test/vec/function/function_geo_test.cpp | 21 ++++++
.../{st_distance_sphere.md => st_angle_sphere.md} | 33 +++++----
docs/sidebars.json | 1 +
.../{st_distance_sphere.md => st_angle_sphere.md} | 33 +++++----
.../doris/catalog/BuiltinScalarFunctions.java | 2 +
.../{StDistanceSphere.java => StAngleSphere.java} | 20 +++---
.../expressions/visitor/ScalarFunctionVisitor.java | 5 ++
gensrc/script/doris_builtins_functions.py | 1 +
.../data/nereids_function_p0/scalar_function/S.out | 29 ++++++++
.../spatial_functions/test_gis_function.out | 6 ++
.../spatial_functions/test_gis_function.out | 6 ++
.../nereids_function_p0/scalar_function/S.groovy | 2 +
.../spatial_functions/test_gis_function.groovy | 2 +
.../spatial_functions/test_gis_function.groovy | 3 +
17 files changed, 195 insertions(+), 64 deletions(-)
copy
docs/en/docs/sql-manual/sql-functions/spatial-functions/{st_distance_sphere.md
=> st_angle_sphere.md} (54%)
copy
docs/zh-CN/docs/sql-manual/sql-functions/spatial-functions/{st_distance_sphere.md
=> st_angle_sphere.md} (56%)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{StDistanceSphere.java
=> StAngleSphere.java} (74%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]