compile_regex

Function compile_regex 

Source
pub fn compile_regex(
    regex: &str,
    flags: Option<&str>,
) -> Result<Regex, ArrowError>