Module mz_expr::scalar::like_pattern
source · Structs
- An object that can test whether a string matches a LIKE or ILIKE pattern.
Enums
- Specifies escape behavior for the LIKE pattern.
Constants
- The escape character to use by default in LIKE patterns.
- The number of subpatterns after which using regexes would be more efficient.
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.