pub fn percent_rank() -> Expr
Expand description
Create a WindowFunction
expression for
PercentRank
user-defined window function.
Returns the relative rank of the current row: (rank - 1) / (total rows - 1)
pub fn percent_rank() -> Expr
Create a WindowFunction
expression for
PercentRank
user-defined window function.
Returns the relative rank of the current row: (rank - 1) / (total rows - 1)