Function polars::frame::group_by::aggregations::_agg_helper_idx

source ·
pub fn _agg_helper_idx<T, F>(groups: &GroupsIdx, f: F) -> Series
Available on crate feature algorithm_group_by only.
Expand description

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