Type Alias diesel::helper_types::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 */ }