first_value

Type Alias first_value 

Source
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 */ }