-
Notifications
You must be signed in to change notification settings - Fork 917
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REVIEW] Add cudf::lists::extract_list_element API #5753
[REVIEW] Add cudf::lists::extract_list_element API #5753
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-0.15 #5753 +/- ##
===============================================
+ Coverage 84.06% 84.40% +0.33%
===============================================
Files 80 80
Lines 13066 13381 +315
===============================================
+ Hits 10984 11294 +310
- Misses 2082 2087 +5
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CMake lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just one minor suggestion
rerun tests |
Closes #5742
New API to extract elements from a lists column into a new column
The index is used to extract individual elements from each of the lists components to build a new column as described in #5742