-
Notifications
You must be signed in to change notification settings - Fork 928
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
[FEA] Port groupby to cudf::column types #2938
Comments
We will split this into two separate efforts: hash-based and sort-based. Assigning @jrhemstad to hash-based and @devavret to sort-based. |
@jrhemstad @devavret can you update this issue with links to the PRs that close it? |
Moving to 0.13 as hash groupby will not land for 0.12. |
Sort groupby merged in #3597. |
@devavret can you file issues for any remaining hash groupby features that are in progress? Then we can close this. |
Ping @devavret. ⬆️ |
Is your feature request related to a problem? Please describe.
Now that #2207 is merged we need to start porting functionality to use it. This issue covers functionality defined in cudf/groupby.hpp.
Describe the solution you'd like
Update the API functions definitions in cudf/groupby.hpp and their implementations to use the new cudf::column and associated classes.
Note that until string columns and other wrapper types are supported, operations will only be able to be implemented for numerical columns. Initially the "legacy" APIs should be kept in place but moved to the cudf/legacy folder and if necessary a legacy namespace.
The text was updated successfully, but these errors were encountered: