Module arrow::compute::kernels::comparison [−][src]
Expand description
Defines basic comparison kernels for PrimitiveArrays.
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
| contains | Checks if a |
| contains_utf8 | Checks if a |
| eq | Perform |
| eq_scalar | Perform |
| eq_utf8 | Perform |
| eq_utf8_scalar | Perform |
| gt | Perform |
| gt_eq | Perform |
| gt_eq_scalar | Perform |
| gt_eq_utf8 | Perform |
| gt_eq_utf8_scalar | Perform |
| gt_scalar | Perform |
| gt_utf8 | Perform |
| gt_utf8_scalar | Perform |
| like_utf8 | Perform SQL |
| like_utf8_scalar | Perform SQL |
| lt | Perform |
| lt_eq | Perform |
| lt_eq_scalar | Perform |
| lt_eq_utf8 | Perform |
| lt_eq_utf8_scalar | Perform |
| lt_scalar | Perform |
| lt_utf8 | Perform |
| lt_utf8_scalar | Perform |
| neq | Perform |
| neq_scalar | Perform |
| neq_utf8 | Perform |
| neq_utf8_scalar | Perform |
| nlike_utf8 | Perform SQL |
| nlike_utf8_scalar | Perform SQL |
| no_simd_compare_op | Evaluate |
| no_simd_compare_op_scalar | Evaluate |