pub fn cume_dist_udwf() -> Arc<WindowUDF>
Returns a WindowUDF for cume_dist.
WindowUDF
cume_dist
Calculates the cumulative distribution of a value in a group of values.