Expand description
GroupsAccumulator helpers: NullState and accumulate_indices
Structs§
- 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§
- Invokes
value_fn(group_index, value)for each non null, non filtered value ofvalue, - This function is called to update the accumulator state per row when the value is not needed (e.g. COUNT)
- Accumulates with multiple accumulate(value) columns. (e.g.
corr(c1, c2))