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.
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.