You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sedona.apache.org by GitBox <gi...@apache.org> on 2022/11/22 05:14:57 UTC

[GitHub] [incubator-sedona] Varsha-R commented on a diff in pull request #717: [SEDONA-197] Added ST_ZMax and ST_ZMin to Apache Sedona

Varsha-R commented on code in PR #717:
URL: https://github.com/apache/incubator-sedona/pull/717#discussion_r1028836425


##########
docs/api/sql/Function.md:
##########
@@ -1445,3 +1445,33 @@ SELECT ST_Z(ST_POINT(0.0 25.0 11.0))
 ```
 
 Output: `11.0`
+
+## ST_ZMax
+
+Introduction: Returns Z maxima of the given geometry or null if there is no Z coordinate.
+
+Format: `ST_ZMax(geom: geometry)`
+
+Since: `v1.2.1`

Review Comment:
   Updated 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: dev-unsubscribe@sedona.apache.org

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