-
Notifications
You must be signed in to change notification settings - Fork 916
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
Add StructMethods.field()
API to access field of struct column
#7757
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-0.20 #7757 +/- ##
===============================================
+ Coverage 82.30% 82.74% +0.44%
===============================================
Files 101 103 +2
Lines 17053 17720 +667
===============================================
+ Hits 14035 14662 +627
- Misses 3018 3058 +40
Continue to review full report at Codecov.
|
@skirui-source - we should probably rename this PR to match the new scope of changes; perhaps something like "Add |
column_view::child
StructMethods.field()
API to access field of struct column
Moved to 0.20. |
@gpucibot merge |
This was not breaking so relabeled as such. |
…idsai#7757) fixes: rapidsai#7608 Authors: - https://github.com/skirui-source Approvers: - Keith Kraus (https://github.com/kkraus14) URL: rapidsai#7757
fixes: #7608