Skip to content

Commit

Permalink
Update java/src/main/java/ai/rapids/cudf/ColumnView.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnghia authored Jun 13, 2023
1 parent 0cf8d4b commit 4f09f43
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 @@ -2508,7 +2508,7 @@ public ColumnVector flattenLists() {
*
* The column must have rows that are lists of lists.
*
* @param ignoreNull Whether to ignore null list elements of input columns from the operation,
* @param ignoreNull Whether to ignore null list elements in the input column from the operation,
* or any row containing null list elements will result in a null output row
* @return A new column vector containing the flattened result
*/
Expand Down

0 comments on commit 4f09f43

Please sign in to comment.