Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnghia committed Dec 3, 2021
1 parent 1ae5734 commit 83ed4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/src/main/java/ai/rapids/cudf/Table.java
Original file line number Diff line number Diff line change
Expand Up @@ -1833,8 +1833,8 @@ public Table filter(ColumnView mask) {
* guaranteed in the future.
*
* @param keyColumns Array of indices representing key columns from the current table.
* @param keepFirst If it is true, the first row in a sequence of duplicate rows will be copied.
* Otherwise, copy the last row.
* @param keepFirst If it is true, the first row with a duplicated key will be copied. Otherwise,
* copy the last row with a duplicated key.
* @param nullsEqual Flag to denote whether nulls are treated as equal when comparing rows of the
* key columns to check for uniqueness.
* @param nullsBefore Flag to specify whether nulls in the key columns will appear before or
Expand Down

0 comments on commit 83ed4bf

Please sign in to comment.