mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 23:57:20 -04:00
* Move ES|QL categorize out of snapshot functions * Categorize docs * Add experimental + fix docs * Add experimental + fix docs
16 lines
351 B
Text
16 lines
351 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>>
|
|
* experimental:[] <<esql-categorize>>
|
|
// end::group_list[]
|
|
|
|
include::layout/bucket.asciidoc[]
|
|
include::layout/categorize.asciidoc[]
|