pub fn sum<'a, E>(expr: E) -> Function<'a>where
E: Into<Expression<'a>>,Expand description
Calculates the sum value of a numeric column.
pub fn sum<'a, E>(expr: E) -> Function<'a>where
E: Into<Expression<'a>>,Calculates the sum value of a numeric column.