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

[ESQL] Sort results by a date nanos field #109988

Closed
Tracked by #109352
not-napoleon opened this issue Jun 20, 2024 · 3 comments
Closed
Tracked by #109352

[ESQL] Sort results by a date nanos field #109988

not-napoleon opened this issue Jun 20, 2024 · 3 comments
Labels
:Analytics/ES|QL AKA ESQL >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)

Comments

@not-napoleon
Copy link
Member

Description

Once we are able to load date nanos into ESQL (see #109987), the next step is sorting on those fields. This should be relatively easy as they are just signed longs under the hood, and we already support sorting by signed longs. I expect most of the work here will be writing tests.

@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Jun 20, 2024
@elasticsearchmachine
Copy link
Collaborator

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

@felixbarny
Copy link
Member

Based on #111691, it sounds like this is already supported. Can this issue be closed or is there more work to do?

@not-napoleon
Copy link
Member Author

This is supported and well enough tested in the CSV tests.

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

No branches or pull requests

3 participants