mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -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. |
||
---|---|---|
.. | ||
eql | ||
esql | ||
images | ||
query-dsl | ||
sql | ||
eql.md | ||
esql.md | ||
index.md | ||
kql.md | ||
querydsl.md | ||
sql.md | ||
toc.yml |