Function expr::like_pattern::compile[][src]

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

Builds a Matcher that matches a SQL LIKE pattern.