Module mz_expr::scalar::like_pattern
source · Modules
Nested message and enum types in
ProtoMatcherImpl
.Macros
Structs
An object that can test whether a string matches a LIKE pattern.
Enums
Constants
The escape character to use by default in LIKE patterns.
FIELDS 🔒
FIELDS 🔒
The number of subpatterns after which using regexes would be more efficient.
VARIANTS 🔒
Functions
Builds a regular expression that matches some parsed Subpatterns.
Breaks a LIKE pattern into a chain of sub-patterns.
Builds a Matcher that matches a SQL LIKE pattern.
Converts a pattern string that uses a custom escape character to one that uses the default.