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 a
WindowFunctionexpression forFirstuser-defined window function. - first_
value_ udwf - Returns a
WindowUDFforfirst_value. - last_
value - Create a
WindowFunctionexpression forLastuser-defined window 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.