polars::prelude::aggregations

Function _agg_helper_idx

Source
pub fn _agg_helper_idx<T, F>(groups: &GroupsIdx, f: F) -> Series
Expand description

Helper that combines the groups into a parallel iterator over (first, all): (u32, &Vec<u32>).