mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 10:23:41 -04:00
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
15 lines
413 B
Text
Generated
15 lines
413 B
Text
Generated
// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
|
|
|
|
[discrete]
|
|
[[esql-st_ymax]]
|
|
=== `ST_YMAX`
|
|
|
|
*Syntax*
|
|
|
|
[.text-center]
|
|
image::esql/functions/signature/st_ymax.svg[Embedded,opts=inline]
|
|
|
|
include::../parameters/st_ymax.asciidoc[]
|
|
include::../description/st_ymax.asciidoc[]
|
|
include::../types/st_ymax.asciidoc[]
|
|
include::../examples/st_ymax.asciidoc[]
|