jiayuasu commented on a change in pull request #507:
URL: https://github.com/apache/incubator-sedona/pull/507#discussion_r570745502
##########
File path: docs/api/sql/GeoSparkSQL-Function.md
##########
@@ -583,4 +583,32 @@ FROM df
Input: `POINT (1 2)`
-Output: `POINT (2 1)`
\ No newline at end of file
+Output: `POINT (2 1)`
+
+
+## ST_MinimumBoundingRadius
+
+Introduction: Returns a struct containing the center point and radius of the
smallest circle that contains a geometry.
+
+Format: `ST_MinimumBoundingRadius(geom: geometry)`
+
+Since: `v1.?.?`
Review comment:
Please put Since: `1.0.1` 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.
For queries about this service, please contact Infrastructure at:
[email protected]