lag_with_offset

Type Alias lag_with_offset 

Source
pub type lag_with_offset<V, O> = lag_with_offset<SqlTypeOf<V>, <V as AsExpression<SqlTypeOf<V>>>::Expression, <O as AsExpression<Integer>>::Expression>;
Expand description

The return type of lag_with_offset(expr, offset)

Aliased Typeยง

pub struct lag_with_offset<V, O> { /* private fields */ }