kevingurney opened a new issue, #36961: URL: https://github.com/apache/arrow/issues/36961
### Describe the enhancement requested To continue building out the tabular APIs for the MATLAB interface, we can now add an `arrow.tabular.Schema` class which wraps one or more `arrow.type.Field` objects and semantically describes the names and types of the columns of a tabular Arrow data structure. To construct an `arrow.tabular.Schema` object, client code can call an associated `arrow.schema` construction function (similar to the `arrow.field` construction function). This mirrors the tabular APIs in other Arrow bindings, like `pyarrow`. ### 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]
