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)