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 initial geometry access commands ST_X and ST_Y #107325

Closed
3 tasks done
craigtaverner opened this issue Apr 10, 2024 · 2 comments · Fixed by #105768
Closed
3 tasks done

Support initial geometry access commands ST_X and ST_Y #107325

craigtaverner opened this issue Apr 10, 2024 · 2 comments · Fixed by #105768
Assignees
Labels
:Analytics/ES|QL AKA ESQL >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)

Comments

@craigtaverner
Copy link
Contributor

Recently Nik did work that involved extracting the X and Y coordinates from geo_point data using to_string(field) followed by a DISSECT command to re-parse the string to get the X and Y coordinates.

This is much more efficiently achieved using existing known OGC functions ST_X and ST_Y.

Tasks:

  • Initial prototype
  • Add unit tests and check that types files are generated correctly
  • Add docs for these functions
@craigtaverner craigtaverner self-assigned this Apr 10, 2024
@elasticsearchmachine elasticsearchmachine added the needs:triage Requires assignment of a team area label label Apr 10, 2024
@craigtaverner craigtaverner added >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) :Analytics/ES|QL AKA ESQL and removed needs:triage Requires assignment of a team area label labels Apr 10, 2024
@craigtaverner craigtaverner linked a pull request Apr 10, 2024 that will close this issue
2 tasks
@elasticsearchmachine
Copy link
Collaborator

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

@craigtaverner
Copy link
Contributor Author

Completed in #105768

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants