mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
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. |
||
---|---|---|
.. | ||
aggregation-functions.md | ||
conditional-functions-and-expressions.md | ||
date-time-functions.md | ||
grouping-functions.md | ||
ip-functions.md | ||
math-functions.md | ||
mv-functions.md | ||
operators.md | ||
search-functions.md | ||
spatial-functions.md | ||
string-functions.md | ||
type-conversion-functions.md |