mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 23:57:20 -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).
14 lines
275 B
Text
14 lines
275 B
Text
[[esql-group-functions]]
|
|
==== {esql} grouping functions
|
|
|
|
++++
|
|
<titleabbrev>Grouping functions</titleabbrev>
|
|
++++
|
|
|
|
The <<esql-stats-by>> command supports these grouping functions:
|
|
|
|
// tag::group_list[]
|
|
* <<esql-bucket>>
|
|
// end::group_list[]
|
|
|
|
include::layout/bucket.asciidoc[]
|