Trait polars_core::frame::groupby::expr::PhysicalAggExpr
source · pub trait PhysicalAggExpr {
fn evaluate(
&self,
df: &DataFrame,
groups: &GroupsProxy
) -> PolarsResult<Series>;
fn root_name(&self) -> PolarsResult<&str>;
}