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