Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-35480: [MATLAB] Add abstract MATLAB base class called arrow.array.Array #35491

Merged
merged 4 commits into from
May 11, 2023

Commits on May 10, 2023

  1. Add abstract base class arrow.array.Array

    Co-authored-by: Kevin Gurney <kgurney@mathworks.com>
    sgilmore10 and kevingurney committed May 10, 2023
    Configuration menu
    Copy the full SHA
    b3d1ea6 View commit details
    Browse the repository at this point in the history
  2. 1. Add abstract MATLAB base class arrow.array.Array

    2. Implement Length()
    3. Make arrow.array.Float64Array inherit from arrow.array.Arrat
    
    Co-authored-by: Kevin Gurney <kgurney@mathworks.com>
    sgilmore10 and kevingurney committed May 10, 2023
    Configuration menu
    Copy the full SHA
    c32d901 View commit details
    Browse the repository at this point in the history
  3. Add test point for arrow.array.Array.Length property.

    Co-authored-by: Sarah Gilmore <sgilmore@mathworks.com>
    kevingurney and sgilmore10 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    8645e1b View commit details
    Browse the repository at this point in the history
  4. Remove extra spaces

    sgilmore10 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    5d83432 View commit details
    Browse the repository at this point in the history