mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
This adds the documentation for BUCKET as a grouping function and the addition of the "direct" invocation mode providing a span (in addition to the auto mode).
24 lines
548 B
Text
24 lines
548 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-date_diff>>
|
|
* <<esql-date_extract>>
|
|
* <<esql-date_format>>
|
|
* <<esql-date_parse>>
|
|
* <<esql-date_trunc>>
|
|
* <<esql-now>>
|
|
// end::date_list[]
|
|
|
|
include::layout/date_diff.asciidoc[]
|
|
include::layout/date_extract.asciidoc[]
|
|
include::layout/date_format.asciidoc[]
|
|
include::layout/date_parse.asciidoc[]
|
|
include::layout/date_trunc.asciidoc[]
|
|
include::now.asciidoc[]
|