Trait polars_core::frame::groupby::aggregations::AggList[][src]

pub trait AggList {
    fn agg_list(&self, _groups: &[(u32, Vec<u32>)]) -> Option<Series> { ... }
}

Provided methods

Implementors