Skip to content

Commit 04678e9

Browse files
authored
[DOCS][ESQL] Include bucket in agg functions list (#112513)
1 parent 2f08d7d commit 04678e9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
=== `STATS ... BY`
44

55
The `STATS ... BY` processing command groups rows according to a common value
6-
and calculate one or more aggregated values over the grouped rows.
6+
and calculates one or more aggregated values over the grouped rows.
77

88
**Syntax**
99

@@ -41,6 +41,10 @@ The following <<esql-agg-functions,aggregation functions>> are supported:
4141

4242
include::../functions/aggregation-functions.asciidoc[tag=agg_list]
4343

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

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

0 commit comments

Comments
 (0)