avg static method

Creates an aggregate function expression which averages the given values of the numeric expression.

Implementation

static ExpressionInterface avg(ExpressionInterface expression) =>
    UnaryExpression('avg()', expression);