elasticsearch/docs/reference/esql/functions/kibana
Craig Taverner ec82c24a87
Add support to VALUES aggregation for spatial types (#122886)
The original work at https://github.com/elastic/elasticsearch/pull/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. So this implementation is a trivial addition to the existing values types support.
2025-02-25 11:38:51 +01:00
..
definition Add support to VALUES aggregation for spatial types (#122886) 2025-02-25 11:38:51 +01:00
docs [ES|QL] Change function_named_parameters in Kibana doc to expected format (#121585) 2025-02-04 12:20:34 -05:00
inline_cast.json Don't return TEXT type for functions that take TEXT (#114334) 2024-10-25 10:09:53 +02:00