mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 09:54:06 -04:00
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.
26 lines
565 B
Text
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[]
|