elasticsearch/docs/reference/query-languages/esql/functions-operators
Craig Taverner 11f0c5526a
ES|QL Support for ST_GEOHASH, ST_GEOTILE and ST_GEOHEX (#125143)
Added support for the three primary scalar grid functions:
* `ST_GEOHASH(geom, precision)`
* `ST_GEOTILE(geom, precision)`
* `ST_GEOHEX(geom, precision)`

As well as versions of these three that take an optional `geo_shape` boundary (must be a `BBOX` ie. `Rectangle`).

And also supporting conversion functions that convert the grid-id from long to string and back to long.

This work represents the core of the feature to support geo-grid aggregations in ES|QL.
2025-06-03 11:49:34 +02:00
..
aggregation-functions.md
conditional-functions-and-expressions.md
date-time-functions.md
grouping-functions.md Add license mention to ESQL categorize (#126666) 2025-04-11 11:13:12 +02:00
ip-functions.md
math-functions.md ESQL: Enable docs for ROUND_TO (#128378) 2025-05-23 19:06:05 +02:00
mv-functions.md
operators.md
search-functions.md
spatial-functions.md ES|QL Support for ST_GEOHASH, ST_GEOTILE and ST_GEOHEX (#125143) 2025-06-03 11:49:34 +02:00
string-functions.md
type-conversion-functions.md