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/05/11 14:53:46 UTC

[GitHub] [arrow] kevingurney opened a new issue, #35550: [MATLAB] Add public `toMATLAB` method to `arrow.array.Array` for converting to MATLAB types

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

   ### Describe the enhancement requested
   
   In order to allow clients to write generic code for different concrete `arrow.array.Array` subclasses in MATLAB, it would be helpful to have one generic `toMATLAB` method. `toMATLAB` would convert the `arrow.array.Array` into a corresponding MATLAB type.
   
   For example, `arrow.array.Float64Array` would be converted to a MATLAB `double` array.
   
   ```matlab
   >> doubleMatlabArray = toMATLAB(float64ArrowArray) % Convert the arrow.array.Float64Array to a MATLAB double array
   ```
   
   ### 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] kou closed issue #35550: [MATLAB] Add public `toMATLAB` method to `arrow.array.Array` for converting to MATLAB types

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed issue #35550: [MATLAB] Add public `toMATLAB` method to `arrow.array.Array` for converting to MATLAB types
URL: https://github.com/apache/arrow/issues/35550


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


[GitHub] [arrow] kevingurney commented on issue #35550: [MATLAB] Add public `toMATLAB` method to `arrow.array.Array` for converting to MATLAB types

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

   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