pub type first_value<Expr> = first_value<SqlTypeOf<Expr>, <Expr as AsExpression<SqlTypeOf<Expr>>>::Expression>;
Expand description
The return type of first_value(expr)
Aliased Typeยง
pub struct first_value<Expr> { /* private fields */ }
pub type first_value<Expr> = first_value<SqlTypeOf<Expr>, <Expr as AsExpression<SqlTypeOf<Expr>>>::Expression>;
The return type of first_value(expr)
pub struct first_value<Expr> { /* private fields */ }