Module nth_value

Module nth_value 

Source
Expand description

nth_value window function implementation

Structsยง

NthValue
NthValueEvaluator ๐Ÿ”’
NthValueState

Enumsยง

NthValueKind
Tag to differentiate special use cases of the NTH_VALUE built-in window function.

Staticsยง

FIRST_VALUE_DOCUMENTATION ๐Ÿ”’
LAST_VALUE_DOCUMENTATION ๐Ÿ”’
NTH_VALUE_DOCUMENTATION ๐Ÿ”’

Functionsยง

first_value
Create a WindowFunction expression for First user-defined window function.
first_value_udwf
Returns a WindowUDF for first_value.
get_first_value_doc ๐Ÿ”’
get_last_value_doc ๐Ÿ”’
get_nth_value_doc ๐Ÿ”’
last_value
Create a WindowFunction expression for Last user-defined window function.
last_value_udwf
Returns a WindowUDF for last_value.
nth_value
Create an expression to represent the nth_value window function
nth_value_udwf
Returns a WindowUDF for nth_value.