Browse Source

[DOCS][ESQL] Include bucket in agg functions list (#112513)

Liam Thompson 1 year ago
parent
commit
04678e9a15
1 changed files with 5 additions and 1 deletions
  1. 5 1
      docs/reference/esql/processing-commands/stats.asciidoc

+ 5 - 1
docs/reference/esql/processing-commands/stats.asciidoc

@@ -3,7 +3,7 @@
 === `STATS ... BY`
 
 The `STATS ... BY` processing command groups rows according to a common value
-and calculate one or more aggregated values over the grouped rows.
+and calculates one or more aggregated values over the grouped rows.
 
 **Syntax**
 
@@ -41,6 +41,10 @@ The following <<esql-agg-functions,aggregation functions>> are supported:
 
 include::../functions/aggregation-functions.asciidoc[tag=agg_list]
 
+The following <<esql-group-functions,grouping functions>> are supported:
+
+include::../functions/grouping-functions.asciidoc[tag=group_list]
+
 NOTE: `STATS` without any groups is much much faster than adding a group.
 
 NOTE: Grouping on a single expression is currently much more optimized than grouping