Expand description
Fluent-style API for creating Expr
s
Functionsยง
- Create a
WindowFunction
expression forCumeDist
user-defined window function. - Create a
WindowFunction
expression forDenseRank
user-defined window function. - Create an expression to represent the
first_value
window function - Create an expression to represent the
lag
window function - Create an expression to represent the
last_value
window function - Create an expression to represent the
lead
window function - Create an expression to represent the
nth_value
window function - Create a
WindowFunction
expression forPercentRank
user-defined window function. - Create a
WindowFunction
expression forRank
user-defined window function. - Create a
WindowFunction
expression forRowNumber
user-defined window function.