Spatial ES|QL MVP with OGC functions #103590
Labels
:Analytics/ES|QL
AKA ESQL
>enhancement
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Description
Based on the initial Spatial ES|QL feature set described in #103587, we would like to see a modest subset of OGC compliant functions. These can be grouped into the following categories:
WHERE
clause as filters, for exampleFROM index | WHERE ST_WITHIN(location, "POLYGON(...)")
FROM index | EVAL area = ST_AREA(geometry)
FROM index | STATS centroid=ST_CENTROID(location) BY category)
The text was updated successfully, but these errors were encountered: