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-41656: [MATLAB] Add C Data Interface format import/export functionality for arrow.array.Array #41737

Merged
merged 17 commits into from
May 20, 2024

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    56061a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57a87e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfe2225 View commit details
    Browse the repository at this point in the history
  4. Fix typo.

    kevingurney committed May 20, 2024
    Configuration menu
    Copy the full SHA
    411d82c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53bcb30 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca3b0cb View commit details
    Browse the repository at this point in the history
  7. Fix C++ linting issues.

    kevingurney committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b402248 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8389dfb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f0b603d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5e58144 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    150e6c9 View commit details
    Browse the repository at this point in the history
  12. Update matlab/src/cpp/arrow/matlab/array/proxy/array.cc

    Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
    kevingurney and kou authored May 20, 2024
    Configuration menu
    Copy the full SHA
    10d0218 View commit details
    Browse the repository at this point in the history
  13. Update matlab/src/cpp/arrow/matlab/c/proxy/array_importer.cc

    Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
    kevingurney and kou authored May 20, 2024
    Configuration menu
    Copy the full SHA
    32dfc02 View commit details
    Browse the repository at this point in the history
  14. Update matlab/src/cpp/arrow/matlab/c/proxy/array_importer.cc

    Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
    kevingurney and kou authored May 20, 2024
    Configuration menu
    Copy the full SHA
    bdc9d67 View commit details
    Browse the repository at this point in the history
  15. Update matlab/src/cpp/arrow/matlab/c/proxy/array_importer.cc

    Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
    kevingurney and kou authored May 20, 2024
    Configuration menu
    Copy the full SHA
    7b95d33 View commit details
    Browse the repository at this point in the history
  16. Update matlab/src/cpp/arrow/matlab/array/proxy/array.cc

    Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
    kevingurney and kou authored May 20, 2024
    Configuration menu
    Copy the full SHA
    8418a79 View commit details
    Browse the repository at this point in the history
  17. Fix C++ linting issues.

    kevingurney committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7f7cc88 View commit details
    Browse the repository at this point in the history