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