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