Function polars_lazy::dsl::sum  
pub fn sum(name: &str) -> ExprExpand description
Sum all the values in the column named name. Shorthand for col(name).sum().
pub fn sum(name: &str) -> ExprSum all the values in the column named name. Shorthand for col(name).sum().