Skip to content

Commit 093c8c6

Browse files
committed
[DOCS][ESQL] Include bucket in agg functions list (elastic#112513)
(cherry picked from commit 04678e9) # Conflicts: # docs/reference/esql/processing-commands/stats.asciidoc
1 parent 945c71a commit 093c8c6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/reference/esql/processing-commands/stats.asciidoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
[[esql-stats-by]]
33
=== `STATS ... BY`
44

5+
The `STATS ... BY` processing command groups rows according to a common value
6+
and calculates one or more aggregated values over the grouped rows.
7+
58
**Syntax**
69

710
[source,esql]
@@ -38,6 +41,10 @@ The following <<esql-agg-functions,aggregation functions>> are supported:
3841

3942
include::../functions/aggregation-functions.asciidoc[tag=agg_list]
4043

44+
The following <<esql-group-functions,grouping functions>> are supported:
45+
46+
include::../functions/grouping-functions.asciidoc[tag=group_list]
47+
4148
NOTE: `STATS` without any groups is much much faster than adding a group.
4249

4350
NOTE: Grouping on a single expression is currently much more optimized than grouping

0 commit comments

Comments
 (0)