Module mz_expr::scalar::like_pattern
source ยท Re-exportsยง
pub use matcher::Matcher;
Modulesยง
- matcher ๐
Structsยง
- Subpattern ๐
Enumsยง
- Specifies escape behavior for the LIKE pattern.
Constantsยง
- DEFAUL
T_ ๐ESCAPE The escape character to use by default in LIKE patterns. - DOUBLE
D_ ๐ESCAPE - MAX_
SUBPATTERNS ๐The number of subpatterns after which using regexes would be more efficient.
Functionsยง
- build_
regex ๐Builds a regular expression that matches some parsed Subpatterns. - build_
subpatterns ๐Breaks a LIKE pattern into a chain of sub-patterns. - Builds a Matcher that matches a SQL LIKE pattern.
- is_
match_ ๐subpatterns - Converts a pattern string that uses a custom escape character to one that uses the default.