You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ian Cook (Jira)" <ji...@apache.org> on 2021/05/12 14:13:00 UTC

[jira] [Created] (ARROW-12755) [C++] Add modulo kernel

Ian Cook created ARROW-12755:
--------------------------------

             Summary: [C++] Add modulo kernel
                 Key: ARROW-12755
                 URL: https://issues.apache.org/jira/browse/ARROW-12755
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Ian Cook


Add a binary kernel to compute the mod or modulo (remainder after division, a.k.a {{%}} / {{%%}} / modulus). The returned array should have the same data type as the input arrays or promote to an appropriate type to avoid loss of precision if the input types differ.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)