mirror of
https://github.com/django/django.git
synced 2025-01-03 06:55:47 +00:00
Added RowNumber() link in Rank() docs.
This commit is contained in:
parent
6f7c0a4d66
commit
fd2514d17d
@ -1975,7 +1975,7 @@ Row # Value Rank Calculation Relative Rank
|
|||||||
|
|
||||||
.. class:: Rank(*expressions, **extra)
|
.. 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
|
computed rank contains gaps. Use :class:`DenseRank` to compute rank without
|
||||||
gaps.
|
gaps.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user