FunctionsWindow
percent_rank
Returns the relative rank of the current row as a value between 0 and 1, computed from rank and the partition size.
percent_rank(…) → Float64Kind · window
Returns the relative rank of the current row as a value between 0 and 1, computed from rank and the partition size.
Part of the Window family.