jiayuasu commented on code in PR #881: URL: https://github.com/apache/sedona/pull/881#discussion_r1248399742
########## docs/api/flink/Function.md: ########## @@ -431,6 +431,60 @@ Input: `MULTILINESTRING((0 0, 10 0, 10 10, 0 10, 0 0),(10 10, 20 10, 20 20, 10 2 Output: `MULTIPOLYGON(((0 0,0 10,10 10,10 0,0 0)),((10 10,10 20,20 20,20 10,10 10)))` +## ST_Centroid + +Introduction: Return the centroid point of A + +Format: `ST_Centroid (A:geometry)` + +Since: `v1.0.0` Review Comment: All version number should be `1.5.0` ########## docs/api/flink/Function.md: ########## @@ -431,6 +431,60 @@ Input: `MULTILINESTRING((0 0, 10 0, 10 10, 0 10, 0 0),(10 10, 20 10, 20 20, 10 2 Output: `MULTIPOLYGON(((0 0,0 10,10 10,10 0,0 0)),((10 10,10 20,20 20,20 10,10 10)))` +## ST_Centroid + +Introduction: Return the centroid point of A + +Format: `ST_Centroid (A:geometry)` + +Since: `v1.0.0` + +Spark SQL example: Review Comment: Don't use `Spark` here -- 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]
