DB
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(…) → UInt64

Kind · 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.