RTEnzyme opened a new issue, #5700: URL: https://github.com/apache/arrow-datafusion/issues/5700
### Is your feature request related to a problem or challenge? The issue #1619 have discussed the bitwise operations. And some of the operations have been implemented: &, #, |, << and >>. But the unary bitwise Complement operator `~` hasn't been implemented. I believe that the addition of the bitwise ~ operator would be a valuable addition to the existing set of bitwise operators. ### Describe the solution you'd like I would appreciate any suggestions on how to approach this task. ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
