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_valuewindow function - Returns a
WindowUDFforfirst_value. - Create an expression to represent the
last_valuewindow function - Returns a
WindowUDFforlast_value. - Create an expression to represent the
nth_valuewindow function