54 lines
940 B
Markdown
54 lines
940 B
Markdown
## {{esql}} aggregate functions [esql-agg-functions]
|
|
|
|
|
|
The [`STATS`](/reference/query-languages/esql/esql-commands.md#esql-stats-by) command supports these aggregate functions:
|
|
|
|
:::{include} lists/aggregation-functions.md
|
|
:::
|
|
|
|
:::{include} functions/layout/avg.md
|
|
:::
|
|
|
|
:::{include} functions/layout/count.md
|
|
:::
|
|
|
|
:::{include} functions/layout/count_distinct.md
|
|
:::
|
|
|
|
:::{include} functions/layout/max.md
|
|
:::
|
|
|
|
:::{include} functions/layout/median.md
|
|
:::
|
|
|
|
:::{include} functions/layout/median_absolute_deviation.md
|
|
:::
|
|
|
|
:::{include} functions/layout/min.md
|
|
:::
|
|
|
|
:::{include} functions/layout/percentile.md
|
|
:::
|
|
|
|
:::{include} functions/layout/st_centroid_agg.md
|
|
:::
|
|
|
|
:::{include} functions/layout/st_extent_agg.md
|
|
:::
|
|
|
|
:::{include} functions/layout/std_dev.md
|
|
:::
|
|
|
|
:::{include} functions/layout/sum.md
|
|
:::
|
|
|
|
:::{include} functions/layout/top.md
|
|
:::
|
|
|
|
:::{include} functions/layout/values.md
|
|
:::
|
|
|
|
:::{include} functions/layout/weighted_avg.md
|
|
:::
|
|
|