fn string_to_array_impl<'a>( string: &str, delimiter: &str, null_string: Datum<'a>, temp_storage: &'a RowArena, ) -> Result<Datum<'a>, EvalError>