Commits


Paddy Horan authored and Sidd committed 3ceef460086
ARROW-4468: [Rust] Implement BitAnd/BitOr for &Buffer (with SIMD) (#3571) * Added (SIMD) bitwise AND/OR for `Buffer` * Added benchmark * Removed boolean kernels in favor of traits. * Updated typo. * Cleaned up code. * Updated benchmark to include bitwise OR op