elasticsearch/docs/reference/esql/functions/kibana
Mark Tozzi 67c69bb224
[ESQL] Date nanos type (#110205)
Resolves #109987

Add initial support for the date nanos data type. At this point, almost no functions are supported, including casting. This just covers loading and returning the values. Like millisecond dates, nanosecond dates are internally modeled as long values, so we don't need a new block type to support them.

This has very patchwork function support. Ideally, I don't think I would have added any function support yet, but the five MV functions you see here declare that they accept any non-spatial type, and will error tests if not wired up for new types. There are other functions, like Values, which also claim to support all non-spatial types, but don't currently enforce that in testing, so I didn't add them yet. Finally, there are functions like == which should work for all types, but are implemented as a specific list. I've left those for a follow up ticket as well.
2024-08-07 13:17:26 -04:00
..
definition [ESQL] Date nanos type (#110205) 2024-08-07 13:17:26 -04:00
docs ESQL: Add `MV_PSERIES_WEIGHTED_SUM` for score calculations used by security solution (#109017) 2024-07-31 12:08:28 +02:00
inline_cast.json ESQL: Make a table of all inline casts (#109713) 2024-06-18 06:23:11 -04:00