elasticsearch/docs/reference/sql/functions
Marios Trivyzas bbf3cbfcfa
QL: Implement support for date_nanos ES type. (#67666)
Use an internal new DataType DATETIME_NANOS which is not exposed
and therefore cannot be used for CASTing. DATETIME is used instead
and the precision of both DATETIME and TIME has been promoted from
3 to 9, providing transparency to all datetime functionality regardless
of millis or nanos precision.

Moreover, CURRENT_TIMESTAMP/CURRENT_TIME can now return precision up
to 6 fractional digits of a second with the use of Clock.

Closes: #38562

Co-authored-by: Bogdan Pintea <bogdan.pintea@elastic.co>
2021-01-29 11:07:29 +01:00
..
aggs.asciidoc
conditional.asciidoc
date-time.asciidoc QL: Implement support for date_nanos ES type. (#67666) 2021-01-29 11:07:29 +01:00
geo.asciidoc
grouping.asciidoc
index.asciidoc
like-rlike.asciidoc
math.asciidoc
operators.asciidoc
search.asciidoc
string.asciidoc
system.asciidoc
type-conversion.asciidoc