Aggregate Min/Max Geometry
Calculates and returns the minimum and maximum x- and y-coordinates
of a particular geospatial geometry column in a table.
Output Parameter Description
| Name | Type | Description |
|---|
| min_x | double | Minimum x-coordinate value of the input parameter column_name. |
| max_x | double | Maximum x-coordinate value of the input parameter column_name. |
| min_y | double | Minimum y-coordinate value of the input parameter column_name. |
| max_y | double | Maximum y-coordinate value of the input parameter column_name. |
| info | map of string to strings | Additional information. |