mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
26 lines
609 B
Text
26 lines
609 B
Text
[[esql-spatial-functions]]
|
|
==== {esql} spatial functions
|
|
|
|
++++
|
|
<titleabbrev>Spatial functions</titleabbrev>
|
|
++++
|
|
|
|
{esql} supports these spatial functions:
|
|
|
|
// tag::spatial_list[]
|
|
* <<esql-st_distance>>
|
|
* <<esql-st_intersects>>
|
|
* <<esql-st_disjoint>>
|
|
* <<esql-st_contains>>
|
|
* <<esql-st_within>>
|
|
* <<esql-st_x>>
|
|
* <<esql-st_y>>
|
|
// end::spatial_list[]
|
|
|
|
include::layout/st_distance.asciidoc[]
|
|
include::layout/st_intersects.asciidoc[]
|
|
include::layout/st_disjoint.asciidoc[]
|
|
include::layout/st_contains.asciidoc[]
|
|
include::layout/st_within.asciidoc[]
|
|
include::layout/st_x.asciidoc[]
|
|
include::layout/st_y.asciidoc[]
|