Function mz_expr::scalar::func::regexp_match_static

source ยท
fn regexp_match_static<'a>(
    haystack: Datum<'a>,
    temp_storage: &'a RowArena,
    needle: &Regex,
) -> Result<Datum<'a>, EvalError>