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_valuewindow function - first_
value_ udwf - Returns a
WindowUDFforfirst_value. - last_
value - Create an expression to represent the
last_valuewindow function - last_
value_ udwf - Returns a
WindowUDFforlast_value. - nth_
value - Create an expression to represent the
nth_valuewindow function - nth_
value_ udwf - Returns a
WindowUDFfornth_value.