lag

Type Alias lag 

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