FunctionsWindow
cume_dist
Returns the fraction of rows in the partition with ORDER BY values less than or equal to the current row’s value.
cume_dist(…) → Float64Kind · window
Returns the fraction of rows in the partition with ORDER BY values less than or equal to the current row’s value.
Part of the Window family.