Skip to content

Commit

Permalink
Merge pull request #194 from crcarreras/patch-2
Browse files Browse the repository at this point in the history
Added link to ARRAY_AGG in functions index
  • Loading branch information
arushi-firebolt authored Nov 16, 2023
2 parents cf1ce48 + 3587933 commit 4411259
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/sql-reference/functions-reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 4411259

Please sign in to comment.