[−][src]Module arrow::compute::kernels::boolean
Defines boolean kernels on Arrow BooleanArray's, e.g. AND, OR and NOT.
These kernels can leverage SIMD if available on your system. Currently no runtime
detection is provided, you should enable the specific SIMD intrinsics using
RUSTFLAGS="-C target-feature=+avx2" for example. See the documentation
here for more information.
Functions
| and | Performs |
| not | Performs unary |
| or | Performs |