-
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 groupby scan operations (sort groupby) #7387
Add groupby scan operations (sort groupby) #7387
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #7387 +/- ##
===============================================
+ Coverage 81.86% 82.47% +0.60%
===============================================
Files 101 101
Lines 16884 17397 +513
===============================================
+ Hits 13822 14348 +526
+ Misses 3062 3049 -13
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.
There a bunch of files in this PR that only had their copyright changed. Do not change the year unless you changed the file.
Co-authored-by: David <45795991+davidwendt@users.noreply.github.com>
@gpucibot merge |
@gpucibot merge |
- Replace device_vector with device_uvector - Replace device_vector const& with device_span<const> Ref. rapidsai#7387 (comment) Authors: - Karthikeyan (@karthikeyann) Approvers: - Mike Wilson (@hyperbolic2346) - David (@davidwendt) URL: rapidsai#7523
Adds support for groupby scan operations.
Addresses part of
#1298 cumsum
#1296 cumcount