Expand description
Fluent-style API for creating Exprs
Functionsยง
- cume_
dist - Create a
WindowFunctionexpression forCumeDistuser-defined window function. - dense_
rank - Create a
WindowFunctionexpression forDenseRankuser-defined window function. - first_
value - Create a
WindowFunctionexpression forFirstuser-defined window function. - lag
- Create an expression to represent the
lagwindow function - last_
value - Create a
WindowFunctionexpression forLastuser-defined window function. - lead
- Create an expression to represent the
leadwindow function - nth_
value - Create an expression to represent the
nth_valuewindow function - ntile
- Create a
WindowFunctionexpression forNtileuser-defined window function. - percent_
rank - Create a
WindowFunctionexpression forPercentRankuser-defined window function. - rank
- Create a
WindowFunctionexpression forRankuser-defined window function. - row_
number - Create a
WindowFunctionexpression forRowNumberuser-defined window function.