-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-12084: [C++][Compute] Add remainder and quotient compute::Function #11115
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
ARROW-12084: [C++][Compute] Add remainder and quotient compute::Function #11115
Conversation
2117a9f to
e42547c
Compare
|
@lidavidm Please review :) FYI, PR is still missing tests. |
|
@edponce shall we close this as stale? |
|
@kszucs Do not mark this PR as stale. I had stopped working on it bc I had trouble figuring out how to output a StructArray from compute kernel, but I have a pretty good understanding now. I will take some time on Monday to finish this. |
|
@edponce could you please make it a priority to complete this PR, or see if someone else can take it over? Thanks. |
b38aae3 to
843f68e
Compare
17bf054 to
d38f80d
Compare
|
Thank you for your contribution. Unfortunately, this pull request has been marked as stale because it has had no activity in the past 365 days. Please remove the stale label or comment below, or this PR will be closed in 14 days. Feel free to re-open this if it has been closed in error. If you do not have repository permissions to reopen the PR, please tag a maintainer. |
This PR adds compute functions "divmod" and "divmod_checked" to calculate the quotient and remainder as a single operation.