Function polars::prelude::aggregations::_agg_helper_idx_no_null

source ·
pub fn _agg_helper_idx_no_null<T, F>(groups: &GroupsIdx, f: F) -> Series
Expand description

Same helper as _agg_helper_idx but for aggregations that don’t return an Option.