Function polars_lazy::dsl::sum

source ·
pub fn sum(name: &str) -> Expr
Expand description

Sum all the values in the column named name. Shorthand for col(name).sum().