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 geo_point in ES|QL #103585

Closed
craigtaverner opened this issue Dec 19, 2023 · 3 comments · Fixed by #102177
Closed

Support geo_point in ES|QL #103585

craigtaverner opened this issue Dec 19, 2023 · 3 comments · Fixed by #102177
Assignees
Labels
:Analytics/ES|QL AKA ESQL >enhancement Team:QL (Deprecated) Meta label for query languages team

Comments

@craigtaverner
Copy link
Contributor

Description

ES|QL has many unsupported types, and all the spatial types are on that list. We should support, at a minimum, the most commonly used type geo_point. In addition we should support functions for this:

  • to_geopoint(string) to take a WKT string and convert it to a geo_point
  • to_string(geo_point) should take a geo_point and convert it to WKT
@craigtaverner craigtaverner added >enhancement Team:QL (Deprecated) Meta label for query languages team :Analytics/ES|QL AKA ESQL labels Dec 19, 2023
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-ql (Team:QL)

@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/elasticsearch-esql (:Query Languages/ES|QL)

@craigtaverner
Copy link
Contributor Author

Fixed by #102177

@craigtaverner craigtaverner self-assigned this Dec 19, 2023
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:QL (Deprecated) Meta label for query languages team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants