kevingurney opened a new issue, #38369: URL: https://github.com/apache/arrow/issues/38369
### Describe the enhancement requested This is a follow up to https://github.com/apache/arrow/pull/38357#discussion_r1365908049. In the C++ code for the MATLAB interface, we frequently `wrap`/`unwrap` Arrow types, like `arrow::Array`, into/from a corresponding `libmexclass` `Proxy` objects. This currently takes several lines of code, leading to lots of code duplication and introduces room for subtle implementation errors. It would be helpful to abstract away some of the steps involved in `Proxy` creation/management into a set of helper utilities that we can reuse in the C++ code for the MATLAB interface. ### Component(s) MATLAB -- 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]
