fn regexp_matches<'a, 'r: 'a>( exprs: &[Datum<'a>], ) -> Result<impl Iterator<Item = (Row, Diff)> + 'a, EvalError>