Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The <<esql-stats-by>> command supports these aggregate functions:

// tag::agg_list[]
* <<esql-avg>>
* <<esql-bucket>>
* <<esql-count>>
* <<esql-count_distinct>>
* <<esql-max>>
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/esql/processing-commands/stats.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
Loading