Trait AggList

Source
pub trait AggList {
    // Required method
    unsafe fn agg_list(&self, _groups: &GroupsType) -> Series;
}

Required Methods§

Source

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

§Safety

groups should be in bounds

Implementors§