sgilmore10 opened a new pull request, #35491: URL: https://github.com/apache/arrow/pull/35491
> **Warning** This pull request is dependent upon #35479. We will rebase and mark as ready for reviewer once that one is merged. ### Rationale for this change It will be helpful for sharing the implementation of common functionality if there is an abstract base class from which the MATLAB `arrow.array.[Type]Array` classes can inherit. ### What changes are included in this PR? 1. Added abstract base class `arrow.array.Array` 2. Changed `arrow.array.Float64Array` to inherit from `arrow.array.Array` 3. Added `Length` property on `arrow.array.Array` ### Are these changes tested? 1. Added a test point for the `Length` property in `tFloat64Array.m`. 2. Qualified locally on macOS and linux. ### Are there any user-facing changes? Yes, there is now a `Length` property on `arrow.array.Float64Array` ### Future Directions We will continue to build out the concrete Array subclasses. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
