Expand description
GroupsAccumulator
helpers: NullState
and accumulate_indices
Structs§
- Null
State - Track the accumulator null state per row: if any values for that group were null and if any values have been seen at all for that group.
Functions§
- accumulate
- Invokes
value_fn(group_index, value)
for each non null, non filtered value ofvalue
, - accumulate_
indices - This function is called to update the accumulator state per row when the value is not needed (e.g. COUNT)
- accumulate_
multiple - Accumulates with multiple accumulate(value) columns. (e.g.
corr(c1, c2)
)