jiayuasu commented on code in PR #887: URL: https://github.com/apache/sedona/pull/887#discussion_r1255711819
########## docs/api/flink/Function.md: ########## @@ -1244,6 +1244,19 @@ Result: +------------------+------------------------+ ``` +## ST_MinimumBoundingCircle + +Introduction: Returns the smallest circle polygon that contains a geometry. The optional quadrantSegments parameter determines how many segments to use per quadrant and the default number of segments is 48. + +Format: `ST_MinimumBoundingCircle(geom: geometry, [Optional] quadrantSegments:int)` + +Since: `v1.0.1` Review Comment: Why is this version reverted back to v1.0.1? All these functions should be v1.5.0 @yyy1000 -- 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]
