jiayuasu commented on code in PR #2553: URL: https://github.com/apache/sedona/pull/2553#discussion_r2594523625
########## docs/api/sql/Function.md: ########## @@ -3490,6 +3490,26 @@ Output: 3 ``` +## ST_OrientedEnvelope + +Introduction: Returns the minimum-area rotated rectangle enclosing a geometry. The rectangle may be rotated relative to the coordinate axes. Degenerate inputs may result in a Point or LineString being returned. + +Format: `ST_OrientedEnvelope(geom: Geometry)` + +Since: `v1.8.x` Review Comment: ```suggestion Since: `v1.8.1` ``` -- 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]
