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


##########
docs/api/snowflake/vector-data/Function.md:
##########
@@ -1486,6 +1486,35 @@ Output:
 false
 ```
 
+## ST_IsValidDetail
+
+Introduction: Returns a row, containing a boolean `valid` stating if a 
geometry is valid, a string `reason` stating why it is invalid and a geometry 
`location` pointing out where it is invalid.

Review Comment:
   The usage of Snowflake table function is different from others. See 
ST_SubdivideExplode as an example: 
https://sedona.apache.org/1.6.0/api/snowflake/vector-data/Function/#st_subdivideexplode
   
   ```
   SELECT Sedona.ST_AsText(GEOM)
   FROM table(Sedona.ST_SubDivideExplode(Sedona.ST_GeomFromText('LINESTRING(0 
0, 85 85, 100 100, 120 120, 21 21, 10 10, 5 5)'), 5));
   ```



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

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

Reply via email to