elasticsearch/docs/reference/esql/functions/date-time-functions.asciidoc
Bogdan Pintea d6f9d1e69e
ESQL: Rename AUTO_BUCKET to just BUCKET (#107197)
This renames the function AUTO_BUCKET to just BUCKET.
It also removes the experimental tagging of the function in the docs, making it generally available.
2024-04-10 12:21:08 +02:00

26 lines
565 B
Text

[[esql-date-time-functions]]
==== {esql} date-time functions
++++
<titleabbrev>Date-time functions</titleabbrev>
++++
{esql} supports these date-time functions:
// tag::date_list[]
* <<esql-bucket>>
* <<esql-date_diff>>
* <<esql-date_extract>>
* <<esql-date_format>>
* <<esql-date_parse>>
* <<esql-date_trunc>>
* <<esql-now>>
// end::date_list[]
include::bucket.asciidoc[]
include::date_diff.asciidoc[]
include::date_extract.asciidoc[]
include::date_format.asciidoc[]
include::date_parse.asciidoc[]
include::layout/date_trunc.asciidoc[]
include::now.asciidoc[]