Description
Add a new DataType to ESQL to represent the Elasticsearch date nanos field type. The new data type would (initially, and for the scope of this ticket) not be supported by any functions, even functions which nominally support every type (like COALESCE). This ticket strictly covers correctly loading and returning the values from within ESQL.
Internally, we can use long block for this, as they are currently stored as longs and we see no reason to change that.
Description
Add a new DataType to ESQL to represent the Elasticsearch date nanos field type. The new data type would (initially, and for the scope of this ticket) not be supported by any functions, even functions which nominally support every type (like
COALESCE). This ticket strictly covers correctly loading and returning the values from within ESQL.Internally, we can use long block for this, as they are currently stored as longs and we see no reason to change that.