From 0ed4ab0aad75585f2dbda265e21aebeb637c31af Mon Sep 17 00:00:00 2001 From: prql-bot <107324867+prql-bot@users.noreply.github.com> Date: Sun, 12 Jul 2026 07:16:49 +0000 Subject: [PATCH] docs: complete aggregation function list and fix typo in aggregate.md --- web/book/src/reference/stdlib/transforms/aggregate.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/book/src/reference/stdlib/transforms/aggregate.md b/web/book/src/reference/stdlib/transforms/aggregate.md index 0d9647da8c99..7cb32ca997df 100644 --- a/web/book/src/reference/stdlib/transforms/aggregate.md +++ b/web/book/src/reference/stdlib/transforms/aggregate.md @@ -13,9 +13,9 @@ aggregate {expression or assign operations} > [!NOTE] -> Currently, all declared aggregation functions are `min`, `max`, -> `count`, `count_distinct`, `average`, `stddev` and `sum`. We are in the -> process of filling out [std lib](../). +> Currently, all declared aggregation functions are `min`, `max`, `count`, +> `count_distinct`, `average`, `stddev`, `sum`, `all`, `any` and +> `concat_array`. We are in the process of filling out [std lib](../). ## Examples @@ -41,7 +41,7 @@ group {title, country} ( Unlike in SQL, using an aggregation function in `derive` or `select` (or any other transform except `aggregate`) will not trigger aggregation. By default, -PRQL will interpret such attempts functions as window functions: +PRQL will interpret such attempts as window functions: ```prql from employees