sum

expect fun sum(operand: Expression): Expression(source)

Creates a SUM(expr) function expression that return the sum of all number values in the group of the values expressed by the given expression.

Return

The SUM(expr) function.

Parameters

operand

The expression.

actual fun sum(operand: Expression): Expression(source)
actual fun sum(operand: Expression): Expression(source)