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/08/23 18:48:34 UTC

[GitHub] [arrow] kevingurney opened a new issue, #37345: [MATLAB] Add function handle to `fromMATLAB` static construction methods to `TypeTraits` classes

kevingurney opened a new issue, #37345:
URL: https://github.com/apache/arrow/issues/37345

   ### Describe the usage question you have. Please include as many useful details as  possible.
   
   
   Each concrete `arrow.array.Array` subclass has an associated `fromMATLAB` `static` construction method. It would be helpful if the `TypeTraits` classes had access to these corresponding `fromMATLAB` methods.
   
   This would involve adding a new property like `StaticConstructionFcn` to the `TypeTraits` classes.
   
   For example:
   
   ```matlab
   >> arrow.type.traits.Int8Traits
   
   ans = 
   
     Int8Traits with properties:
   
          ArrayConstructor: @arrow.array.Int8Array
            ArrayClassName: "arrow.array.Int8Array"
       ArrayProxyClassName: "arrow.array.proxy.Int8Array"
     StaticConstructionFcn: @arrow.array.Int8Array.fromMATLAB
           TypeConstructor: @arrow.type.Int8Type
             TypeClassName: "arrow.type.Int8Type"
        TypeProxyClassName: "arrow.type.proxy.Int8Type"
         MatlabConstructor: @int8
           MatlabClassName: "int8"
   ```
   
   ### 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] sgilmore10 commented on issue #37345: [MATLAB] Add function handle to `fromMATLAB` static construction methods to `TypeTraits` classes

Posted by "sgilmore10 (via GitHub)" <gi...@apache.org>.
sgilmore10 commented on issue #37345:
URL: https://github.com/apache/arrow/issues/37345#issuecomment-1692272560

   take


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

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


[GitHub] [arrow] kevingurney closed issue #37345: [MATLAB] Add function handle to `fromMATLAB` static construction methods to `TypeTraits` classes

Posted by "kevingurney (via GitHub)" <gi...@apache.org>.
kevingurney closed issue #37345: [MATLAB] Add function handle to `fromMATLAB` static construction methods to `TypeTraits` classes
URL: https://github.com/apache/arrow/issues/37345


-- 
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