pub fn percent_rank() -> ExprExpand 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() -> ExprCreate a WindowFunction expression for
PercentRank user-defined window function.
Returns the relative rank of the current row: (rank - 1) / (total rows - 1)