Expand description
cume_dist
window function implementation
Structs§
- Cume
Dist - CumeDist calculates the cume_dist in the window function with order by
Functions§
- cume_
dist - Create a
WindowFunction
expression forCumeDist
user-defined window function. - cume_
dist_ udwf - Returns a
WindowUDF
forcume_dist
.