FunctionsWindow
dense_rank
Returns the rank of the current row within its partition; ties receive the same rank and ranks increase by 1 for each distinct ORDER BY value.
dense_rank(…) → UInt64Kind · window
Returns the rank of the current row within its partition; ties receive the same rank and ranks increase by 1 for each distinct ORDER BY value.
Part of the Window family.