Trait polars_core::frame::group_by::aggregations::AggList

source ·
pub trait AggList {
    // Required method
    unsafe fn agg_list(&self, _groups: &GroupsProxy) -> Series;
}
Available on crate feature algorithm_group_by only.

Required Methods§

source

unsafe fn agg_list(&self, _groups: &GroupsProxy) -> Series

§Safety

groups should be in bounds

Implementors§