Skip to content

ES|QL VALUES aggregation does not support geospatial types #122413

Closed
@craigtaverner

Description

@craigtaverner

The original work at #106065 did not support geospatial types with this comment:

I made this work for everything but geo_point and cartesian_point
because I'm not 100% sure how to integrate with those. We can grab
those in a follow up.

The geospatial types should be possible to collect using the VALUES aggregation with similar behavior to the ST_COLLECT OGC function, based on the Elasticsearch convention that treats multi-value geospatial fields as behaving similarly to any geometry collection. For that reason, implementing this should be the same as the existing implementation for other types.

Metadata

Metadata

Assignees

Labels

:Analytics/ES|QLAKA ESQL:Analytics/GeoIndexing, search aggregations of geo points and shapes>bugTeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)v8.18.1

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions