Skip to content

[MATLAB] Add toMATLAB method to arrow.array.ChunkedArray class #37597

@kevingurney

Description

@kevingurney

Describe the enhancement requested

Currently, there is no way to easily convert an arrow.array.ChunkedArray into a corresponding MATLAB array, other than (1) manually iterating chunk by chunk, (2) calling toMATLAB on each chunk, and then (3) concatenating all of the converted chunks together into one contiguous MATLAB array.

It would be helpful to add a toMATLAB method to arrow.array.ChunkedArray that abstracts away all of these steps.

Component(s)

MATLAB

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions