elasticsearch/docs/reference/esql/functions/grouping-functions.asciidoc
Jan Kuipers 5b220ddc88
ES|QL categorize docs (#117827) (#117838)
* Move ES|QL categorize out of snapshot functions

* Categorize docs

* Add experimental + fix docs

* Add experimental + fix docs
2024-12-03 03:51:11 +11:00

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