paleolimbot commented on code in PR #1141:
URL: https://github.com/apache/sedona-db/pull/1141#discussion_r3758791305
##########
docs/reference/sql/st_envelope_agg.qmd:
##########
@@ -21,11 +21,13 @@ description: An aggregate function that returns the
collective bounding box (env
kernels:
- returns: geometry
args: [geometry]
+ - returns: geometry
+ args: [geography]
---
## Description
-An aggregate function that computes the collective bounding box (envelope) of
all geometries in a group.
+An aggregate function that computes the collective bounding box (envelope) of
all geometries in a group. Geography input is also accepted; the envelope is
always returned as a geometry.
Review Comment:
While we're here, I never documented this:
```suggestion
An aggregate function that computes the collective bounding box (envelope)
of all geometries in a group. Geography input is also accepted; the envelope is
always returned as a geometry. For geographies that cross the antimeridian, a
multi geometry is returned with one polygon each for the west and east
component.
```
--
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]