DB
FunctionsWindow

rank

Returns the rank of the current row within its partition; ties receive the same rank and the next rank is increased by the number of tied rows.

rank(…) → UInt64

Kind · window

Returns the rank of the current row within its partition; ties receive the same rank and the next rank is increased by the number of tied rows.

Part of the Window family.