pub fn dense_rank() -> Expr
Expand description
Create a WindowFunction
expression for
DenseRank
user-defined window function.
Returns rank of the current row without gaps. This function counts peer groups
pub fn dense_rank() -> Expr
Create a WindowFunction
expression for
DenseRank
user-defined window function.
Returns rank of the current row without gaps. This function counts peer groups