lement) this proposal.
>
> Thanks,
> --
> kou
>
> In
> "[DISCUSSION][C++] Re-proposal of 'divmod' in Compute Functions" on Sun,
> 9 Apr 2023 09:03:34 +0900,
> Hirokazu Suzuki wrote:
>
> > Hello all,
> >
> > This is a (re)p
Hi,
There is no objection for this proposal.
Could you write this proposal to
https://github.com/apache/arrow/issues/28497 too?
Then we can move forward (implement) this proposal.
Thanks,
--
kou
In
"[DISCUSSION][C++] Re-proposal of 'divmod' in Compute Functions" on Su
Hello all,
This is a (re)proposal for a divmod kernel for the compute function.
This proposes the following two combinations of quotient and remainder for
'divmod'.
- [floor-quotient, modulo]
- [trunc-quotient, remainder]
The first proposal for divmod was made in ARROW-12755 [1] and has been
di