Skip to main content

_agg_helper_slice

Function _agg_helper_slice 

Source
pub fn _agg_helper_slice<T, F>(groups: &[[IdxSize; 2]], f: F) -> Series
where F: Fn([IdxSize; 2]) -> Option<T::Native> + Send + Sync, T: PolarsNumericType,
Available on crate feature algorithm_group_by only.