This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch SEDONA-575 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit f0d75d179c0474e2b60620fc87db057b55353b09 Author: Jia Yu <[email protected]> AuthorDate: Tue May 28 22:20:07 2024 -0700 Update versions --- docs/api/flink/Constructor.md | 2 +- docs/api/flink/Function.md | 4 ++-- docs/api/sql/Constructor.md | 2 +- docs/api/sql/Function.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/api/flink/Constructor.md b/docs/api/flink/Constructor.md index 2d0e91e5d..bbad2a7e1 100644 --- a/docs/api/flink/Constructor.md +++ b/docs/api/flink/Constructor.md @@ -348,7 +348,7 @@ Format: `ST_LineFromWKB (Wkb: Binary, srid: Integer)` -Since: `vTBD` +Since: `v1.6.1` Example: diff --git a/docs/api/flink/Function.md b/docs/api/flink/Function.md index 318c97354..28726f8b6 100644 --- a/docs/api/flink/Function.md +++ b/docs/api/flink/Function.md @@ -2074,7 +2074,7 @@ Introduction: Returns M maxima of the given geometry or null if there is no M co Format: `ST_MMax(geom: Geometry)` -Since: `vTBD` +Since: `v1.6.1` SQL Example @@ -2096,7 +2096,7 @@ Introduction: Returns M minima of the given geometry or null if there is no M co Format: `ST_MMin(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 d1acba8d2..ca88f1915 100644 --- a/docs/api/sql/Constructor.md +++ b/docs/api/sql/Constructor.md @@ -399,7 +399,7 @@ Format: `ST_LineFromWKB (Wkb: Binary, srid: Integer)` -Since: `vTBD` +Since: `v1.6.1` Example: diff --git a/docs/api/sql/Function.md b/docs/api/sql/Function.md index 928770887..a09573fa3 100644 --- a/docs/api/sql/Function.md +++ b/docs/api/sql/Function.md @@ -2081,7 +2081,7 @@ Introduction: Returns M maxima of the given geometry or null if there is no M co Format: `ST_MMax(geom: Geometry)` -Since: `vTBD` +Since: `v1.6.1` SQL Example @@ -2103,7 +2103,7 @@ Introduction: Returns M minima of the given geometry or null if there is no M co Format: `ST_MMin(geom: Geometry)` -Since: `vTBD` +Since: `v1.6.1` SQL Example:
