-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Create arrow.Array, an abstract MATLAB class which represents arrow memory. Users can create an arrow.Array from MATLAB arrays. Concrete subclasses, such as arrow.UInt64Array or arrow.Float64Array, will allow the user to create specific array types. The design mirrors APIs of other language bindings in the Arrow project.
More details about the MATLAB Interface for Apache Arrow can be found here: https://github.com/mathworks/arrow/blob/ARROW-11795/matlab/doc/matlab_interface_for_apache_arrow_design.md
Subtasks:
- Add abstract function for display #37205
- Add abstract function for querying size and type #37206
- Add abstract function for null information
- Add subclass: arrow.UInt64Array m-code
Note: This issue was originally created as ARROW-11919. Please see the migration documentation for further details.