pub fn count_all() -> Expr
Creates aggregation to count all rows, equivalent to COUNT(*), COUNT(), COUNT(1)
COUNT(*)
COUNT()
COUNT(1)