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