Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
sperlingxx committed Apr 24, 2022
1 parent f8320c7 commit 2fd73f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/main/java/ai/rapids/cudf/ColumnView.java
Original file line number Diff line number Diff line change
Expand Up @@ -3475,7 +3475,7 @@ public final ColumnVector listSortRows(boolean isDescending, boolean isNullSmall

/**
* Generate list offsets from sizes of each list.
* NOTICE: This column should type in INT32. And no null and negative value is allowed.
* NOTICE: This API only works for INT32. Otherwise, the behavior is undefined. And no null and negative value is allowed.
*
* @return a column of list offsets whose size is N + 1
*/
Expand Down

0 comments on commit 2fd73f9

Please sign in to comment.