- Categories:
Window functions (Ranking)
CUME_DIST¶
Finds the cumulative distribution of a value with regard to other values within the same window partition.
Syntax¶
Arguments¶
partition_exprThis is the optional expression to use to group rows into partitions.
order_exprThis expression specifies the order of the rows within each partition.
Returns¶
The data type of the returned value is DOUBLE.
Usage notes¶
The CUME_DIST function does not support explicit window frames.