diesel::dsl

Type Alias max

source
pub type max<Expr> = max<SqlTypeOf<Expr>, <Expr as AsExpression<SqlTypeOf<Expr>>>::Expression>;
Expand description

The return type of max(expr)

Aliased Typeยง

struct max<Expr> { /* private fields */ }