Expand description
Comparison kernels for Array
s.
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§
- Perform
left IS DISTINCT FROM right
operation on twoDatum
- Perform
left == right
operation on twoDatum
- Perform
left > right
operation on twoDatum
- Perform
left >= right
operation on twoDatum
- Perform
left < right
operation on twoDatum
- Perform
left <= right
operation on twoDatum
- Perform
left != right
operation on twoDatum
- Perform
left IS NOT DISTINCT FROM right
operation on twoDatum