Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
revans2 committed May 6, 2022
1 parent 90dd6e6 commit a456e49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/src/main/java/ai/rapids/cudf/ColumnView.java
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ public final ColumnView getChildColumnView(int childIndex) {

/**
* Get a ColumnView that is the offsets for this list.
* Please note that it is the responsibility of the caller to close this view, and the parent
* column must out live this view.
*/
public ColumnView getListOffsetsView() {
assert(getType().equals(DType.LIST));
Expand Down

0 comments on commit a456e49

Please sign in to comment.