Module count

Module count 

Source

Structsยง

Count
CountAccumulator ๐Ÿ”’
CountGroupsAccumulator ๐Ÿ”’
An accumulator to compute the counts of [PrimitiveArray<T>]. Stores values as native types, and does overflow checking
DistinctCountAccumulator ๐Ÿ”’
General purpose distinct accumulator that works for any DataType by using ScalarValue.
SlidingDistinctCountAccumulator

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 AggregateUDF for Count
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