lead_offset

Function lead_offset 

Source
pub fn lead_offset(
    expr: impl Into<String>,
    offset: u32,
) -> WindowFunctionBuilder
Expand description

Create LEAD() with offset.