Uh oh!
There was an error while loading. Please reload this page.
GH-28497: [C++][Compute] Add quotient and modulo kernels - #11116
Conversation
pitrou
commented
Nov 10, 2021
@edponce Are you willing to pursue this? |
ianmcook
commented
Jun 2, 2022
@edponce could you please make it a priority to complete this PR, or see if someone else can take it over? Thanks. |
853bfca to
fab398bCompareModulo (to me) seems like a rather important operator to be implemented. I'd love to help, if I can! |
e5b9b0b to
44d4445Comparejgehrcke
commented
Feb 14, 2023
Update: priorities shifted. I'd love to get back to this, but reality is that I won't be able to in the coming 1 month, at least. |
mike-jn
commented
Dec 2, 2024
would be great to have this implemented. what is the reason the PR stalled? |
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 "floor_divide" and "remainder".