[ESQL] Sort results by a date nanos field #109988
Labels
:Analytics/ES|QL
AKA ESQL
>enhancement
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
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.
The text was updated successfully, but these errors were encountered: