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-37571: [MATLAB] Add arrow.tabular.Table MATLAB class #37620

Merged
merged 8 commits into from
Sep 7, 2023

Commits on Sep 7, 2023

  1. Add basic arrow.tabular.table MATLAB class implementation.

    Co-authored-by: Sarah Gilmore <sgilmore@mathworks.com>
    kevingurney and sgilmore10 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8a1d496 View commit details
    Browse the repository at this point in the history
  2. Implement basic Table C++ Proxy class.

    Co-authored-by: Sarah Gilmore <sgilmore@mathworks.com>
    kevingurney and sgilmore10 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8964442 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1484fd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef29f29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8332369 View commit details
    Browse the repository at this point in the history
  6. 1. Implement column method for arrow.tabular.Table MATLAB class.

    2. Add `column` method tests.
    
    Co-authored-by: Sarah Gilmore <sgilmore@mathworks.com>
    kevingurney and sgilmore10 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ceb30a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdf99cc View commit details
    Browse the repository at this point in the history
  8. Enable arrow.table to be called with no input arguments to create an

    empty `arrow.tabular.Table`.
    
    Co-authored-by: Sarah Gilmore <sgilmore@mathworks.com>
    kevingurney and sgilmore10 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3ce7666 View commit details
    Browse the repository at this point in the history