diff --git a/docs/sql-reference/functions-reference/index.md b/docs/sql-reference/functions-reference/index.md index a1b0e11..517ee83 100644 --- a/docs/sql-reference/functions-reference/index.md +++ b/docs/sql-reference/functions-reference/index.md @@ -62,6 +62,8 @@ When combined with a `GROUP BY` clause, these operations will be performed on al * [APPROX_PERCENTILE](approx-percentile.md) +* [ARRAY_AGG](array-agg.md) + * [AVG](avg.md) * [CHECKSUM](checksum.md) @@ -94,6 +96,8 @@ When combined with a `GROUP BY` clause, these operations will be performed on al ## Array functions +* [ARRAY_AGG](array-agg.md) + * [ARRAY_CONCAT](array-concat.md) * [ARRAY_COUNT_GLOBAL](array-count-global.md)