Functions.Rank 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 rank of rows within a window partition.
public static Microsoft.Spark.Sql.Column Rank();
static member Rank : unit -> Microsoft.Spark.Sql.Column
Public Shared Function Rank () As Column
Returns
Column object
Remarks
This is equivalent to the RANK function in SQL.