elasticsearch/docs/reference/esql/functions/examples/st_envelope.asciidoc
Craig Taverner d6c14a2b8a
[8.x] Support ST_ENVELOPE and related ST_XMIN, etc. (#116964) (#118743)
* Support ST_ENVELOPE and related ST_XMIN, etc. (#116964)

Support ST_ENVELOPE and related ST_XMIN, etc.

Based on the PostGIS equivalents:

https://postgis.net/docs/ST_Envelope.html
https://postgis.net/docs/ST_XMin.html
https://postgis.net/docs/ST_XMax.html
https://postgis.net/docs/ST_YMin.html
https://postgis.net/docs/ST_YMax.html

* Fix off-by-one error reported in #118051
2024-12-16 21:53:39 +11:00

13 lines
359 B
Text
Generated

// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
*Example*
[source.merge.styled,esql]
----
include::{esql-specs}/spatial_shapes.csv-spec[tag=st_envelope]
----
[%header.monospaced.styled,format=dsv,separator=|]
|===
include::{esql-specs}/spatial_shapes.csv-spec[tag=st_envelope-result]
|===