elasticsearch/docs/reference/esql/functions/grouping-functions.asciidoc
Bogdan Pintea a21242054b
ESQL: Document BUCKET as a grouping function (#107864)
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).
2024-04-25 12:38:12 -04:00

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[]