Module cume_dist

Source
Expand description

cume_dist window function implementation

Structs§

CumeDist
CumeDist calculates the cume_dist in the window function with order by

Functions§

cume_dist
Create a WindowFunction expression for CumeDist user-defined window function.
cume_dist_udwf
Returns a WindowUDF for cume_dist.