22 lines
553 B
Markdown
22 lines
553 B
Markdown
|
---
|
||
|
navigation_title: "Grouping functions"
|
||
|
mapped_pages:
|
||
|
- https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-functions-operators.html#esql-group-functions
|
||
|
---
|
||
|
|
||
|
# {{esql}} grouping functions [esql-group-functions]
|
||
|
|
||
|
|
||
|
The [`STATS`](/reference/query-languages/esql/commands/processing-commands.md#esql-stats-by) command supports these grouping functions:
|
||
|
|
||
|
:::{include} ../_snippets/lists/grouping-functions.md
|
||
|
:::
|
||
|
|
||
|
|
||
|
:::{include} ../_snippets/functions/layout/bucket.md
|
||
|
:::
|
||
|
|
||
|
:::{include} ../_snippets/functions/layout/categorize.md
|
||
|
:::
|
||
|
|