CumeDist
Represents an SQL function that Returns the cumulative distribution, that is (number of partition rows preceding or peers with current row) / (total partition rows). The value thus ranges from 1/N to 1. scale represents decimal digits count in the fractional part of result.
Functions
Link copied to clipboard
Returns window function definition.
Link copied to clipboard
Appends the SQL representation of this function to the specified queryBuilder.