count static method

Creates an aggregate function expression which counts the values of the given expression.

Implementation

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