diesel::dsl

Type Alias count_distinct

source
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 */ }