You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "kevingurney (via GitHub)" <gi...@apache.org> on 2023/07/31 19:00:56 UTC

[GitHub] [arrow] kevingurney opened a new issue, #36961: [MATLAB] Add `arrow.tabular.Schema` class and associated `arrow.schema` construction function

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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kevingurney closed issue #36961: [MATLAB] Add `arrow.tabular.Schema` class and associated `arrow.schema` construction function

Posted by "kevingurney (via GitHub)" <gi...@apache.org>.
kevingurney closed issue #36961: [MATLAB] Add `arrow.tabular.Schema` class and associated `arrow.schema` construction function
URL: https://github.com/apache/arrow/issues/36961


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org