[DISCUSSION][C++] Re-proposal of 'divmod' in Compute Functions

2023-04-08 Thread Hirokazu Suzuki
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

Re: [DISCUSSION][C++] Re-proposal of 'divmod' in Compute Functions

2023-05-09 Thread Sutou Kouhei
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

Re: [DISCUSSION][C++] Re-proposal of 'divmod' in Compute Functions

2023-05-10 Thread Hirokazu Suzuki
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