daft.functions.count_distinct#
count_distinct #
count_distinct(expr: Expression) -> Expression
Counts the number of distinct values in the expression.
Source code in daft/functions/agg.py
30 31 32 | |
count_distinct #count_distinct(expr: Expression) -> Expression
Counts the number of distinct values in the expression.
daft/functions/agg.py30 31 32 | |