pub fn distinct<'a, V, E>( expr: E, ) -> SQLExpr<'a, V, E::SQLType, E::Nullable, Scalar>where V: SQLParam + 'a, E: Expr<'a, V>,
DISTINCT - marks an expression as DISTINCT.
Typically used inside aggregate functions.