Skip to content

Commit

Permalink
Added RowNumber() link in Rank() docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamzap authored Mar 21, 2024
1 parent 6f7c0a4 commit fd2514d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/models/database-functions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1975,7 +1975,7 @@ Row # Value Rank Calculation Relative Rank

.. class:: Rank(*expressions, **extra)

Comparable to ``RowNumber``, this function ranks rows in the window. The
Comparable to :class:`RowNumber`, this function ranks rows in the window. The
computed rank contains gaps. Use :class:`DenseRank` to compute rank without
gaps.

Expand Down

0 comments on commit fd2514d

Please sign in to comment.