Closed
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
from the issue about bitwise op in the datafusion, we should migration the bitwise op to the arrow-rs
- bitwise AND Support bitwise and operation in the kernel #2703
- bitwise OR Support bitwise op in kernel: or,xor,not #2716
- bitwise XOR Support bitwise op in kernel: or,xor,not #2716
- bitwise NOT Support bitwise op in kernel: or,xor,not #2716
- left/right shift: bitwise: support left/right shift using the native wrapping api #2741
- benchmark for bitwise op benchmark: bitwise operation #2718
Describe the solution you'd like
Describe alternatives you've considered
Additional context