This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch SEDONA-582 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 76da1ba438fdd1c635b6b70456e093b177fa735b Author: Jia Yu <[email protected]> AuthorDate: Fri Jun 7 00:02:56 2024 -0700 Add ST_PointFromGeoHash --- docs/api/flink/Constructor.md | 2 +- docs/api/flink/Function.md | 6 +++--- docs/api/sql/Constructor.md | 2 +- docs/api/sql/Function.md | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/api/flink/Constructor.md b/docs/api/flink/Constructor.md index 279d53dcf..ae3c32e9a 100644 --- a/docs/api/flink/Constructor.md +++ b/docs/api/flink/Constructor.md @@ -496,7 +496,7 @@ Introduction: Generates a Point geometry representing the center of the GeoHash Format: `ST_PointFromGeoHash(geoHash: String, precision: Integer)` -Since: `vTBD` +Since: `v1.6.1` SQL Example diff --git a/docs/api/flink/Function.md b/docs/api/flink/Function.md index 8139a090f..44040f56f 100644 --- a/docs/api/flink/Function.md +++ b/docs/api/flink/Function.md @@ -403,7 +403,7 @@ Introduction: This function returns the input geometry encoded to a text represe Format: `ST_AsHEXEWKB(geom: Geometry, endian: String = NDR)` -Since: `vTBD` +Since: `v1.6.1` SQL Example @@ -1612,7 +1612,7 @@ Introduction: Checks for the presence of Z coordinate values representing measur Format: `ST_HasZ(geom: Geometry)` -Since: `vTBD` +Since: `v1.6.1` SQL Example @@ -2574,7 +2574,7 @@ Introduction: Returns a MultiPoint geometry consisting of all the coordinates of Format: `ST_Points(geom: Geometry)` -Since: `vTBD` +Since: `v1.6.1` SQL Example diff --git a/docs/api/sql/Constructor.md b/docs/api/sql/Constructor.md index a38f71e57..e3ca74631 100644 --- a/docs/api/sql/Constructor.md +++ b/docs/api/sql/Constructor.md @@ -558,7 +558,7 @@ Introduction: Generates a Point geometry representing the center of the GeoHash Format: `ST_PointFromGeoHash(geoHash: String, precision: Integer)` -Since: `vTBD` +Since: `v1.6.1` SQL Example diff --git a/docs/api/sql/Function.md b/docs/api/sql/Function.md index 182d2afbf..eb39af672 100644 --- a/docs/api/sql/Function.md +++ b/docs/api/sql/Function.md @@ -400,7 +400,7 @@ Introduction: This function returns the input geometry encoded to a text represe Format: `ST_AsHEXEWKB(geom: Geometry, endian: String = NDR)` -Since: `vTBD` +Since: `v1.6.1` SQL Example @@ -1618,7 +1618,7 @@ Introduction: Checks for the presence of Z coordinate values representing measur Format: `ST_HasZ(geom: Geometry)` -Since: `vTBD` +Since: `v1.6.1` SQL Example @@ -2583,7 +2583,7 @@ Introduction: Returns a MultiPoint geometry consisting of all the coordinates of Format: `ST_Points(geom: Geometry)` -Since: `vTBD` +Since: `v1.6.1` SQL Example
