Share via


Functions.CumeDist Method

Definition

Window function: returns the cumulative distribution of values within a window partition, i.e. the fraction of rows that are below the current row.

public static Microsoft.Spark.Sql.Column CumeDist ();
static member CumeDist : unit -> Microsoft.Spark.Sql.Column
Public Shared Function CumeDist () As Column

Returns

Column object

Applies to