We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7440807 commit e6cb186Copy full SHA for e6cb186
1 file changed
web/book/src/reference/stdlib/transforms/aggregate.md
@@ -14,7 +14,7 @@ aggregate {expression or assign operations}
14
<!-- prettier-ignore -->
15
> [!NOTE]
16
> Currently, all declared aggregation functions are `min`, `max`,
17
-> `count`, `average`, `stddev`, `avg` and `sum`. We are in the
+> `count`, `count_distinct`, `average`, `stddev` and `sum`. We are in the
18
> process of filling out [std lib](../).
19
20
## Examples
0 commit comments