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