-
Notifications
You must be signed in to change notification settings - Fork 907
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 strings support to cudf::shift function #8648
Add strings support to cudf::shift function #8648
Conversation
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.
lgtm
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #8648 +/- ##
===============================================
Coverage ? 10.63%
===============================================
Files ? 109
Lines ? 18659
Branches ? 0
===============================================
Hits ? 1985
Misses ? 16674
Partials ? 0 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 approval.
Rerun tests. |
@gpucibot merge |
Closes #3915
Added strings specialization logic to the current
cudf::shift
API. Rows are shifted by running a transform functions on the offsets and chars child columns to create the output strings column. The gtests are added to thecopying/shift_tests.cpp