jiayuasu commented on code in PR #910:
URL: https://github.com/apache/sedona/pull/910#discussion_r1268913790


##########
docs/api/sql/Function.md:
##########
@@ -1082,6 +1082,29 @@ SELECT ST_IsClosed(ST_GeomFromText('LINESTRING(0 0, 1 1, 
1 0)'))
 
 Output: `false`
 
+## ST_IsCollection
+
+Introduction: Returns `TRUE` if the argument type is a geometry collection 
type.

Review Comment:
   The doc here is not comprehensive. Returns TRUE if the geometry type of the 
input is a geometry collection type. Collection types are the following:
   
   GEOMETRYCOLLECTION
   
   MULTI{POINT,POLYGON,LINESTRING}



-- 
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: dev-unsubscr...@sedona.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to