pub fn lag_udwf() -> Arc<WindowUDF>
Returns a WindowUDF for lag.
WindowUDF
lag
Returns the row value that precedes the current row by a specified offset within partition. If no such row exists, then returns the default value.