Skip to content

Commit 010ad3d

Browse files
jan-elasticJeremyDahlgren
authored andcommitted
Add ES|QL SAMPLE to list the agg functions in docs (elastic#133808)
* Add ES|QL SAMPLE to list the agg functions in docs * add to list
1 parent 371021a commit 010ad3d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/reference/query-languages/esql/_snippets/lists/aggregation-functions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* [`MEDIAN_ABSOLUTE_DEVIATION`](../../functions-operators/aggregation-functions.md#esql-median_absolute_deviation)
77
* [`MIN`](../../functions-operators/aggregation-functions.md#esql-min)
88
* [`PERCENTILE`](../../functions-operators/aggregation-functions.md#esql-percentile)
9+
* [`SAMPLE`](../../functions-operators/aggregation-functions.md#esql-sample)
910
* [preview] [`ST_CENTROID_AGG`](../../functions-operators/aggregation-functions.md#esql-st_centroid_agg)
1011
* [preview] [`ST_EXTENT_AGG`](../../functions-operators/aggregation-functions.md#esql-st_extent_agg)
1112
* [`STD_DEV`](../../functions-operators/aggregation-functions.md#esql-std_dev)

docs/reference/query-languages/esql/functions-operators/aggregation-functions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ The [`STATS`](/reference/query-languages/esql/commands/stats-by.md) command supp
3636
:::{include} ../_snippets/functions/layout/percentile.md
3737
:::
3838

39+
:::{include} ../_snippets/functions/layout/sample.md
40+
:::
41+
3942
:::{include} ../_snippets/functions/layout/st_centroid_agg.md
4043
:::
4144

0 commit comments

Comments
 (0)