Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
lag_udwf in datafusion::functions_window::lead_lag - Rust
[go: Go Back, main page]

datafusion::functions_window::lead_lag

Function lag_udwf

Source
pub fn lag_udwf() -> Arc<WindowUDF>
Expand description

Returns a WindowUDF for 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.