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

* Categorize docs

* Add experimental + fix docs

* Add experimental + fix docs
2024-12-02 16:41:02 +01: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[]