[
https://issues.apache.org/jira/browse/ARROW-2750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17659776#comment-17659776
]
Rok Mihevc commented on ARROW-2750:
-----------------------------------
This issue has been migrated to [issue
#19135|https://github.com/apache/arrow/issues/19135] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [MATLAB] Add MATLAB support for reading numeric types from Feather files
> ------------------------------------------------------------------------
>
> Key: ARROW-2750
> URL: https://issues.apache.org/jira/browse/ARROW-2750
> Project: Apache Arrow
> Issue Type: New Feature
> Components: MATLAB
> Affects Versions: 0.10.0
> Environment: Tested on Debian 9, Windows 10, and macOS 10.13.
> Reporter: Kevin Gurney
> Assignee: Kevin Gurney
> Priority: Major
> Labels: feather, pull-request-available
> Fix For: 0.11.0
>
> Time Spent: 7.5h
> Remaining Estimate: 0h
>
> Add MATLAB support for reading numeric types (i.e. [u]int[x][y], float,
> double) from Feather files. This is the first in a series of future feature
> submissions for Feather read/write support and other Arrow IPC integration
> with MATLAB.
> The associated pull request creates a top-level "matlab" directory in the
> Apache Arrow project. It also introduces a MATLAB function "featherread",
> which takes a Feather filename as input and returns a MATLAB table.
> featherread maps Feather datatypes to corresponding MATLAB datatypes.
> This initial pull request does not support null values.
> featherread.m calls the Arrow C++ APIs using MEX, MATLAB's facility for
> calling C/C++ code.
> See the README.md in the "matlab" directory for instructions on how to build
> the MEX interface. Currently, building on Windows using CMake is not fully
> functional, but the MEX interface can be compiled manually using the MATLAB
> "mex" command.
> A MATLAB install is required to be present on your machine to build the MEX
> interface.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)