diesel::dsl

Type Alias avg

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

The return type of avg(expr)

Aliased Typeยง

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