linrrzqqq commented on code in PR #63049:
URL: https://github.com/apache/doris/pull/63049#discussion_r3296733716
##########
be/src/exprs/function/geo/functions_geo.cpp:
##########
@@ -947,6 +1117,9 @@ void register_function_geo(SimpleFunctionFactory& factory)
{
factory.register_function<GeoFunction<StLength>>();
factory.register_function<GeoFunction<StGeometryType>>();
factory.register_function<GeoFunction<StDistance>>();
+ factory.register_function<GeoFunction<StNumGeometries>>();
+ factory.register_function<GeoFunction<StNumPoints>>();
Review Comment:
According to the postGIS doc, it is best to register an alias for
`ST_NumPoints`: `ST_NPoints`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]