Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ST_EXTENT_AGG in ESQL #104659

Open
craigtaverner opened this issue Jan 23, 2024 · 1 comment
Open

Support ST_EXTENT_AGG in ESQL #104659

craigtaverner opened this issue Jan 23, 2024 · 1 comment
Assignees
Labels
:Analytics/ES|QL AKA ESQL :Analytics/Geo Indexing, search aggregations of geo points and shapes >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v8.15.0

Comments

@craigtaverner
Copy link
Contributor

craigtaverner commented Jan 23, 2024

Description

The simplest spatial aggregation once both points and shapes are supported is ST_EXTENT. This is also the only aggregation being considered for non-licensing due to its potential usage in Kibana. The function is similar to ST_BOUNDS, but instead of generating the bounds for a geometry argument, it aggregates over all geometries for that field, and produces a combined bounding box.

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

@craigtaverner craigtaverner added >enhancement :Analytics/Geo Indexing, search aggregations of geo points and shapes Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) :Analytics/ES|QL AKA ESQL v8.13.0 labels Jan 23, 2024
@elasticsearchmachine
Copy link
Collaborator

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

@craigtaverner craigtaverner self-assigned this Jan 29, 2024
@craigtaverner craigtaverner changed the title Support ST_BOUNDS in ESQL Support ST_EXTENT in ESQL Jan 29, 2024
@craigtaverner craigtaverner changed the title Support ST_EXTENT in ESQL Support ST_EXTENT_AGG in ESQL Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL :Analytics/Geo Indexing, search aggregations of geo points and shapes >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v8.15.0
Projects
None yet
Development

No branches or pull requests

2 participants