Functions.PercentRank Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Window function: returns the relative rank (i.e. percentile) of rows within a window partition.
public static Microsoft.Spark.Sql.Column PercentRank();
static member PercentRank : unit -> Microsoft.Spark.Sql.Column
Public Shared Function PercentRank () As Column
Returns
Column object
Remarks
This is equivalent to the PERCENT_RANK function in SQL.