Function datafusion_expr::expr_fn::sum

source ยท
pub fn sum(expr: Expr) -> Expr
Expand description

Create an expression to represent the sum() aggregate function

TODO: Remove this function and use sum from datafusion_functions_aggregate::expr_fn instead