Enumsยง
- A string based predicate
Functionsยง
- ends_
with ๐This is faster thanstr::ends_with
for small strings. See https://github.com/apache/arrow-rs/issues/6107 for more details. - equals_
bytes ๐ - equals_
kernel ๐ - is_
like_ ๐pattern - regex_
like ๐Transforms a likepattern
to a regex compatible pattern. To achieve that, it does: - starts_
with ๐This is faster thanstr::starts_with
for small strings. See https://github.com/apache/arrow-rs/issues/6107 for more details.