pub trait AggList {
    unsafe fn agg_list(&self, _groups: &GroupsProxy) -> Series;
}

Required Methods

Safety

groups should be in bounds

Implementors