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-35676: [MATLAB] Add an InferNulls name-value pair for controlling null value inference during construction of arrow.array.Array #35827

Merged
merged 5 commits into from
Jun 3, 2023

Commits on May 30, 2023

  1. Add NullDetectionFcn and DetectNulls nv-pairs to Float64Array

    Co-authored-by: Kevin Gurney <kgurney@mathworks.com>
    sgilmore10 and kevingurney committed May 30, 2023
    Configuration menu
    Copy the full SHA
    4e249fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    334c27f View commit details
    Browse the repository at this point in the history
  3. 1. Change DetectNulls nv-pair to InferNulls

    2. Remove NullDetectionFcn nv-pair.
    sgilmore10 committed May 30, 2023
    Configuration menu
    Copy the full SHA
    79b5dfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    355f9ee View commit details
    Browse the repository at this point in the history
  5. 1. Remove nullDetectionFcn input argument from parseValidElements

    2. Move license header to the top of the file
    sgilmore10 committed May 30, 2023
    Configuration menu
    Copy the full SHA
    297f41a View commit details
    Browse the repository at this point in the history