pub type lead_with_offset_and_default<V, O, D> = lead_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 lead_with_offset_and_default(expr, offset)
Aliased Typeยง
pub struct lead_with_offset_and_default<V, O, D> { /* private fields */ }