fn regexp_split_to_array<'a>( text: Datum<'a>, regexp: Datum<'a>, flags: Datum<'a>, temp_storage: &'a RowArena, ) -> Result<Datum<'a>, EvalError>