Function datafusion_expr::window_function::lead
source ยท pub fn lead(
arg: Expr,
shift_offset: Option<i64>,
default_value: Option<ScalarValue>,
) -> Expr
Expand description
Create an expression to represent the lead
window function