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