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

Module lead_lag

Source
Expand description

lead and lag window function implementations

Structs§

WindowShift
window shift expression

Functions§

lag
Create an expression to represent the lag window function
lag_udwf
Returns a WindowUDF for lag.
lead
Create an expression to represent the lead window function
lead_udwf
Returns a WindowUDF for lead.