Functions.DenseRank 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, without any gaps.
public static Microsoft.Spark.Sql.Column DenseRank ();
static member DenseRank : unit -> Microsoft.Spark.Sql.Column
Public Shared Function DenseRank () As Column
Returns
Column object
Remarks
This is equivalent to the DENSE_RANK function in SQL.