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

[jira] [Created] (ARROW-13072) [C++] Add bitwise arithmetic compute functions

David Li created ARROW-13072:
--------------------------------

             Summary: [C++] Add bitwise arithmetic compute functions
                 Key: ARROW-13072
                 URL: https://issues.apache.org/jira/browse/ARROW-13072
             Project: Apache Arrow
          Issue Type: Improvement
            Reporter: David Li
            Assignee: David Li
             Fix For: 5.0.0


Implement bitwise operators (and/or/not/xor) and shifts.

Shifts will require some consideration with casting (e.g. we will not want to promote unsigned LHS to signed as that's a different operation - or, perhaps preferably, we should implement separate logical and arithmetic shift operators)



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