Skip to content

Commit 9e749bf

Browse files
authored
docs: remove deprecated count_distinct from aggregate.md (#5865)
1 parent 8253c3d commit 9e749bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/book/src/reference/stdlib/transforms/aggregate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ aggregate {expression or assign operations}
1414
<!-- prettier-ignore -->
1515
> [!NOTE]
1616
> Currently, all declared aggregation functions are `min`, `max`,
17-
> `count`, `average`, `stddev`, `avg`, `sum` and `count_distinct`. We are in the
17+
> `count`, `average`, `stddev`, `avg` and `sum`. We are in the
1818
> process of filling out [std lib](../).
1919
2020
## Examples

0 commit comments

Comments
 (0)