yyy1000 commented on code in PR #887: URL: https://github.com/apache/sedona/pull/887#discussion_r1255730774
########## 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: Ah, sorry for missing that. Updated. -- 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]
