kevingurney opened a new issue, #36072: URL: https://github.com/apache/arrow/issues/36072
### Describe the enhancement requested Now that the MATLAB interface supports some basic `arrow.array.Array` types, it would be helpful to start building out the tabular types (i.e. `RecordBatch` and `Table`) in parallel. To start, we could create a basic implementation for `arrow.tabular.RecordBatch` (name subject to change). After that, we could add `arrow.tabular.Table`, which users could construct from multiple `RecordBatch` objects. ### 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]
