elasticsearch/docs/reference/query-languages/esql/_snippets/functions
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
..
appendix ESQL: Compute engine support for tagged queries (#128521) 2025-05-29 12:41:58 -04:00
description ES|QL Support for ST_GEOHASH, ST_GEOTILE and ST_GEOHEX (#125143) 2025-06-03 11:49:34 +02:00
examples ES|QL Support for ST_GEOHASH, ST_GEOTILE and ST_GEOHEX (#125143) 2025-06-03 11:49:34 +02:00
functionNamedParams ESQL: Claim transport version to backport #124913 (#127616) 2025-05-01 23:27:42 +02:00
layout ES|QL Support for ST_GEOHASH, ST_GEOTILE and ST_GEOHEX (#125143) 2025-06-03 11:49:34 +02:00
parameters ES|QL Support for ST_GEOHASH, ST_GEOTILE and ST_GEOHEX (#125143) 2025-06-03 11:49:34 +02:00
types ES|QL Support for ST_GEOHASH, ST_GEOTILE and ST_GEOHEX (#125143) 2025-06-03 11:49:34 +02:00