Commits


Kevin Gurney authored and GitHub committed 990c297ea95
GH-36212: [MATLAB] Update `README.md` to mention support for `arrow.array.Array` classes (#36213) ### Rationale for this change This pull request updates the `README.md` for the MATLAB interface to include a few more usage examples of working with the new `arrow.arrayArray` classes and to mention that the `-D MATLAB_ARROW_INTERFACE=ON` flag for building the MATLAB interface code. ### What changes are included in this PR? 1. `README.md` updated to include usage examples for `arrow.array.Array` classes 2. `README.md` updated to mention `-D MATLAB_ARROW_INTERFACE=ON` flag ### Are these changes tested? "Yes". Manually verified that the changes look as expected visually. ### Are there any user-facing changes? Yes. The `README.md` is now updated to include mention of the new `arrow.array.Array` classes. ### Future Directions 1. In the future, we plan to incrementally keep the `README.md` up to date (and potentially add more extensive documentation in other files) as we continue to build out the APIs for the MATLAB interface. We might consider restructuring the documentation more extensively as we move closer to a "v1" version of the MATLAB interface. ### Notes 1. Thanks @ sgilmore10 for your help with this pull request! * Closes: #36212 Lead-authored-by: Kevin Gurney <kgurney@mathworks.com> Co-authored-by: Kevin Gurney <kevin.p.gurney@gmail.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Co-authored-by: Sarah Gilmore <sgilmore@mathworks.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>