pub type lag_with_offset_and_default<V, O, D> = lag_with_offset_and_default<SqlTypeOf<V>, SqlTypeOf<D>, <V as AsExpression<SqlTypeOf<V>>>::Expression, <O as AsExpression<Integer>>::Expression, <D as AsExpression<SqlTypeOf<D>>>::Expression>;
Expand description
The return type of lag_with_offset_and_default(expr, offset)
Aliased Typeยง
pub struct lag_with_offset_and_default<V, O, D> { /* private fields */ }