zhangfengcdt commented on code in PR #2546:
URL: https://github.com/apache/sedona/pull/2546#discussion_r2590669479


##########
docs/api/sql/AggregateFunction.md:
##########
@@ -17,6 +17,38 @@
  under the License.
  -->
 
+## ST_Collect_Agg
+
+Introduction: Collects all geometries in a geometry column into a single 
multi-geometry (MultiPoint, MultiLineString, MultiPolygon, or 
GeometryCollection). Unlike `ST_Union_Aggr`, this function does not dissolve 
boundaries between geometries - it simply collects them into a multi-geometry.
+
+Format: `ST_Collect_Agg (A: geometryColumn)`
+
+Since: `v1.7.0`

Review Comment:
   Changed it to v1.8.1 assuming this will be released on it.



-- 
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]

Reply via email to