Structsยง
- Count
- Count
Accumulator ๐ - Count
Groups ๐Accumulator - An accumulator to compute the counts of [
PrimitiveArray<T>]. Stores values as native types, and does overflow checking - Distinct
Count ๐Accumulator - General purpose distinct accumulator that works for any DataType by using
ScalarValue. - Sliding
Distinct Count Accumulator
Functionsยง
- count
- Count the number of non-null values in the column
- count_
all - Creates aggregation to count all rows.
- count_
all_ window - Creates window aggregation to count all rows.
- count_
distinct - count_
udaf - AggregateFunction that returns a
AggregateUDFforCount - get_
count_ ๐accumulator - null_
count_ ๐for_ multiple_ cols - count null values for multiple columns for each row if one column value is null, then null_count + 1