Skip to content

Commit 4ce0864

Browse files
authored
C189395 Adding Hard Breaks before code
This PR complements this one #108486
1 parent f3f0338 commit 4ce0864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/data-flow-expression-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,12 +1163,12 @@ The NTile function divides the rows for each window partition into `n` buckets r
11631163
___
11641164
### <code>rank</code>
11651165
<code><b>rank() => integer</b></code><br/><br/>
1166-
Computes the rank of a value in a group of values specified in a window's order by clause. The result is one plus the number of rows preceding or equal to the current row in the ordering of the partition. The values will produce gaps in the sequence. Rank works even when data is not sorted and looks for change in values
1166+
Computes the rank of a value in a group of values specified in a window's order by clause. The result is one plus the number of rows preceding or equal to the current row in the ordering of the partition. The values will produce gaps in the sequence. Rank works even when data is not sorted and looks for change in values
11671167
* ``rank()``
11681168
___
11691169
### <code>rowNumber</code>
11701170
<code><b>rowNumber() => integer</b></code><br/><br/>
1171-
Assigns a sequential row numbering for rows in a window starting with 1
1171+
Assigns a sequential row numbering for rows in a window starting with 1
11721172
* ``rowNumber()``
11731173

11741174
## Next steps

0 commit comments

Comments
 (0)