avg

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

Creates an AVG(expr) function expression that returns the average of all the number values in the group of the values expressed by the given expression.

Return

The AVG(expr) function.

Parameters

operand

The expression.

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