Module datafusion_expr::window_function
source · Expand description
Window functions provide the ability to perform calculations across sets of rows that are related to the current query row.
see also https://www.postgresql.org/docs/current/functions-window.html
Structs
- An iterator over the variants of BuiltInWindowFunction
Enums
- A window function built in to DataFusion
- WindowFunction
Functions
- Find DataFusion’s built-in window function by name.
- return_typeDeprecatedReturns the datatype of the window function
- signatureDeprecatedthe signatures supported by the function
fun
. - signature_for_built_inDeprecatedthe signatures supported by the built-in window function
fun
.