Module lead_lag
datafusion
50.3.0
Module lead_
lag
Module Items
Structs
Enums
Functions
In datafusion::
functions_
window
datafusion
::
functions_window
Module
lead_
lag
Copy item path
Source
Expand description
lead
and
lag
window function implementations
Structs
§
Window
Shift
window shift expression
Enums
§
Window
Shift
Kind
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
.