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
lead_udwf in datafusion::functions_window::lead_lag - Rust
[go: Go Back, main page]

datafusion::functions_window::lead_lag

Function lead_udwf

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

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