Counts non-NULL values, optionally counting only distinct values.
Expr<int> count({bool distinct = false}) => Expr.internal( FunctionNode('COUNT', [expressionNode], distinct: distinct), Codecs.integer, );