pub type count_distinct<Expr> = CountDistinct<SqlTypeOf<Expr>, Expr>;
Expand description
The return type of count_distinct()
Aliased Typeยง
struct count_distinct<Expr> { /* private fields */ }
pub type count_distinct<Expr> = CountDistinct<SqlTypeOf<Expr>, Expr>;
The return type of count_distinct()
struct count_distinct<Expr> { /* private fields */ }