Module predicate

Source

Enumsยง

Predicate ๐Ÿ”’
A string based predicate

Functionsยง

contains_like_pattern ๐Ÿ”’
ends_with ๐Ÿ”’
This is faster than str::ends_with for small strings. See https://github.com/apache/arrow-rs/issues/6107 for more details.
equals_bytes ๐Ÿ”’
equals_ignore_ascii_case_kernel ๐Ÿ”’
equals_kernel ๐Ÿ”’
regex_like ๐Ÿ”’
Transforms a like pattern to a regex compatible pattern. To achieve that, it does:
starts_with ๐Ÿ”’
This is faster than str::starts_with for small strings. See https://github.com/apache/arrow-rs/issues/6107 for more details.