kevingurney commented on issue #28143:
URL: https://github.com/apache/arrow/issues/28143#issuecomment-1680956330

   Marking this as resolved.
   
   Each `arrow.*` class (e.g. `arrow.array.Array`) currently has a `toString` 
method on the underlying `Proxy` object that it wraps, which calls the 
`ToString` method of the corresponding Arrow C++ object (e.g. 
`arrow.type.Field` display calls `arrow::Field::ToString`). We use the string 
returned by the C++ `ToString` implementation for display in MATLAB.
   
   We probably want to make more improvements to the MATLAB display of Arrow 
types in the future, but we can track those display improvements under new 
issues that are more specific. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to