elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
1.4k stars 24.87k forks source link

Support ST_Envelope in ESQL #104875

Open craigtaverner opened 10 months ago

craigtaverner commented 10 months ago

Description

Unlike the related ST_EXTENT which aggregates over many geometries (in STATS) this is a scalar function that generates the bounds for a single geometry argument.

For reference, the PostGIS documentation is https://postgis.net/docs/ST_Envelope.html

elasticsearchmachine commented 10 months ago

Pinging @elastic/es-analytical-engine (Team:Analytics)