Expand description
Fluent-style API for creating Expr
s
Functionsยง
- cume_
dist - Create a
WindowFunction
expression forCumeDist
user-defined window function. - dense_
rank - Create a
WindowFunction
expression forDenseRank
user-defined window function. - first_
value - Create an expression to represent the
first_value
window function - lag
- Create an expression to represent the
lag
window function - last_
value - Create an expression to represent the
last_value
window function - lead
- Create an expression to represent the
lead
window function - nth_
value - Create an expression to represent the
nth_value
window function - ntile
- percent_
rank - Create a
WindowFunction
expression forPercentRank
user-defined window function. - rank
- Create a
WindowFunction
expression forRank
user-defined window function. - row_
number - Create a
WindowFunction
expression forRowNumber
user-defined window function.