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-37448: [MATLAB] Add arrow.array.ChunkedArray class #37525

Merged
merged 26 commits into from
Sep 3, 2023

Commits on Aug 31, 2023

  1. Move getArrayProxyIDs from arrow.tabular.internal package to

    arrow.array.internal package
    sgilmore10 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    6b2a785 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4629e7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60d5a85 View commit details
    Browse the repository at this point in the history
  4. Fix typo in get.Length

    sgilmore10 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    73d4c54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35690a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9dc4a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e09f82 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50f008b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b4b2133 View commit details
    Browse the repository at this point in the history
  10. Fix error in chunk()

    sgilmore10 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    2b2037b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7bfa195 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1e5255c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    a804056 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97f985a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f86fd45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afd7744 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca5ab89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d63260 View commit details
    Browse the repository at this point in the history
  7. Remove arrow.array.ChunkedArray as one of the classes createAllSuppor…

    …tedArrayTypes() tries to construct
    sgilmore10 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    7d9deb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    99f6e09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c7eaef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a20c0d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b137fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d28a51a View commit details
    Browse the repository at this point in the history
  6. Updage all getType proxy methods to return struct arrays with two

    fields: TypeID and ProxyID
    sgilmore10 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    3d68cd9 View commit details
    Browse the repository at this point in the history
  7. Fix comment indentation

    sgilmore10 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    ae1ee41 View commit details
    Browse the repository at this point in the history