Module binary_predicate

Source

Enumsยง

BinaryPredicate
A binary based predicate

Functionsยง

ends_with ๐Ÿ”’
This is faster than [u8]::ends_with for small slices. See https://github.com/apache/arrow-rs/issues/6107 for more details.
equals_bytes ๐Ÿ”’
equals_kernel ๐Ÿ”’
starts_with ๐Ÿ”’
This is faster than [u8]::starts_with for small slices. See https://github.com/apache/arrow-rs/issues/6107 for more details.