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