From 3587933166c8477bbf205bd3ea7bd8321d809985 Mon Sep 17 00:00:00 2001 From: crcarreras <139771860+crcarreras@users.noreply.github.com> Date: Wed, 15 Nov 2023 09:26:48 -0500 Subject: [PATCH] Added link to ARRAY_AGG in functions index --- docs/sql-reference/functions-reference/index.md | 4 ++++ 1 file changed, 4 insertions(+) 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)