Expand description
nth_value
window function implementation
Structs§
Enums§
- Tag to differentiate special use cases of the NTH_VALUE built-in window function.
Functions§
- Create an expression to represent the
first_value
window function - Returns a
WindowUDF
forfirst_value
. - Create an expression to represent the
last_value
window function - Returns a
WindowUDF
forlast_value
. - Create an expression to represent the
nth_value
window function