Describe the enhancement requested
Over the last few months, a number of new user-facing APIs have been added or changed in the MATLAB Interface.
Examples:
Construction Functions
arrow.arrayarrow.fieldarrow.schemaarrow.recordbatcharrow.boolean, arrow.string, arrow.timestamp, etc. (type construction functions)
Classes
arrow.type.Fieldarrow.tabular.Schemaarrow.tabular.RecordBatcharrow.array.StringArrayarrow.array.TimestampArray
Indexing Methods
arrow.tabular.Schema.field(i)arrow.tabular.RecordBatch.column(i)
Static Construction Methods
arrow.tabular.RecordBatch.fromArrays(a1, ..., aN)arrow.array.StringArray.fromMATLAB(a)
We should update the README.md for the MATLAB Interface to reflect these changes.
Component(s)
MATLAB
Describe the enhancement requested
Over the last few months, a number of new user-facing APIs have been added or changed in the MATLAB Interface.
Examples:
Construction Functions
arrow.arrayarrow.fieldarrow.schemaarrow.recordbatcharrow.boolean,arrow.string,arrow.timestamp, etc. (type construction functions)Classes
arrow.type.Fieldarrow.tabular.Schemaarrow.tabular.RecordBatcharrow.array.StringArrayarrow.array.TimestampArrayIndexing Methods
arrow.tabular.Schema.field(i)arrow.tabular.RecordBatch.column(i)Static Construction Methods
arrow.tabular.RecordBatch.fromArrays(a1, ..., aN)arrow.array.StringArray.fromMATLAB(a)We should update the
README.mdfor the MATLAB Interface to reflect these changes.Component(s)
MATLAB