Structs§
Functions§
- count
- Count the number of non-null values in the column
- count_
all - Creates aggregation to count all rows, equivalent to
COUNT(*)
,COUNT()
,COUNT(1)
- count_
distinct - count_
udaf - AggregateFunction that returns a
AggregateUDF
forCount