Spatial ES|QL MVP #103587
Labels
:Analytics/ES|QL
AKA ESQL
>enhancement
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Description
The minimum viable product version of Spatial support in ES|QL should be a tech-preview that covers sufficient capabilities to be of value to existing Elasticsearch users:
geo_point
- Support geo_point in ES|QL #103585 (and ESQL Support loading points from source into WKB blocks #103698)geo_shape
- Support geo_shape in ES|QL #103586FROM index | EVAL buffered=ST_BUFFER(geom, 10.0))
FROM index | WHERE ST_WITHIN(location, "POLYGON(...)") )
FROM index | WHERE ST_INTERSECTS(location, "POLYGON(...)") )
- Support Spatial Search in ES|QL (ST_INTERSECTS, ST_CONTAINS, ST_WITHIN and ST_DISJOINT) #104874FROM index | STATS centroid=ST_CENTROID(location) BY category)
The text was updated successfully, but these errors were encountered: