pub trait AggList {
// Required method
unsafe fn agg_list(&self, _groups: &GroupsType) -> Series;
}
Required Methods§
Sourceunsafe fn agg_list(&self, _groups: &GroupsType) -> Series
unsafe fn agg_list(&self, _groups: &GroupsType) -> Series
§Safety
groups should be in bounds