yupeng9 commented on a change in pull request #7182:
URL: https://github.com/apache/incubator-pinot/pull/7182#discussion_r674247331
##########
File path:
pinot-common/src/main/java/org/apache/pinot/common/function/TransformFunctionType.java
##########
@@ -87,7 +87,10 @@
// Geo relationship
ST_CONTAINS("ST_Contains"),
- ST_EQUALS("ST_Equals");
+ ST_EQUALS("ST_Equals"),
+
+ // Geo indexing
+ GET_HEXAGON_ADDR("get_hexagon_addr");
Review comment:
This func name has been used by presto at Uber, so try to be consistent
--
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]