Function mz_expr::scalar::like_pattern::compile

source ยท
pub fn compile(
    pattern: &str,
    case_insensitive: bool,
) -> Result<Matcher, EvalError>
Expand description

Builds a Matcher that matches a SQL LIKE pattern.