pub fn compile( pattern: &str, case_insensitive: bool, ) -> Result<Matcher, EvalError>
Builds a Matcher that matches a SQL LIKE pattern.