Skip to content

[Docs][MATLAB] Update MATLAB README.md to mention support for new MATLAB APIs (e.g. RecordBatch, Field, Schema, etc.) #37210

@kevingurney

Description

@kevingurney

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.array
  • arrow.field
  • arrow.schema
  • arrow.recordbatch
  • arrow.boolean, arrow.string, arrow.timestamp, etc. (type construction functions)

Classes

  • arrow.type.Field
  • arrow.tabular.Schema
  • arrow.tabular.RecordBatch
  • arrow.array.StringArray
  • arrow.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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions