jiayuasu opened a new pull request, #1189: URL: https://github.com/apache/sedona/pull/1189
## Did you read the Contributor Guide? - Yes, I have read [Contributor Rules](https://sedona.apache.org/latest-snapshot/community/rule/) and [Contributor Development Guide](https://sedona.apache.org/latest-snapshot/community/develop/) ## Is this PR related to a JIRA ticket? - Yes, the URL of the associated JIRA ticket is https://issues.apache.org/jira/browse/SEDONA-459. The PR name follows the format `[SEDONA-XXX] my subject`. ## What changes were proposed in this PR? The following functions have been added to Sedona Snowflake 1. GeometryType 2. ST_CoordDim 3. ST_MakePoint 4. ST_Dimension 5. ST_ClosestPoint 6. ST_IsCollection 7. ST_MakeLine 8. ST_Polygon 9. ST_LineLocatePoint 10. ST_VoronoiPolygons 11. ST_FrechetDistance 12. ST_Affine 13. ST_BoundingDiagonal 14. ST_Angle 15. ST_Degrees 16. ST_HausdorffDistance 17. ST_DWithin 18. ST_IsValidReason Among them, the following functions have been overloaded with GeoJSON serializer so they can interact with Snowflake native functions without using `ST_AsWKB` and `to_geometry()` 1. GeometryType 2. ST_CoordDim 4. ST_Dimension 5. ST_ClosestPoint 6. ST_IsCollection 8. ST_Polygon 9. ST_LineLocatePoint 10. ST_VoronoiPolygons 11. ST_FrechetDistance 12. ST_Affine 13. ST_BoundingDiagonal 14. ST_Angle 16. ST_HausdorffDistance 17. ST_DWithin 18. ST_IsValidReason ## How was this patch tested? ## Did this PR include necessary documentation updates? Docs will be added in PR 4/4 -- 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: dev-unsubscr...@sedona.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org