Enumsยง
- Binary
Predicate - 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.