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.
Staticsยง
Functionsยง
- first_
value - Create a
WindowFunctionexpression forFirstuser-defined window function. - first_
value_ udwf - Returns a
WindowUDFforfirst_value. - get_
first_ ๐value_ doc - get_
last_ ๐value_ doc - get_
nth_ ๐value_ doc - 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.