Expand description
nth_value
window function implementation
Structs§
Enums§
- NthValue
Kind - Tag to differentiate special use cases of the NTH_VALUE built-in window function.
Functions§
- first_
value - Create an expression to represent the
first_value
window function - first_
value_ udwf - Returns a
WindowUDF
forfirst_value
. - last_
value - Create an expression to represent the
last_value
window function - last_
value_ udwf - Returns a
WindowUDF
forlast_value
. - nth_
value - Create an expression to represent the
nth_value
window function - nth_
value_ udwf - Returns a
WindowUDF
fornth_value
.