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-34056: [C++] Add Utility function to simplify converting any row-based structure into an arrow::RecordBatchReader or an arrow::Table #34057

Merged
merged 20 commits into from
Feb 21, 2023

Commits on Jan 25, 2023

  1. Initial code for rows_to_batches utility function

    Mike Hancock committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    e5497e4 View commit details
    Browse the repository at this point in the history
  2. Update rows_to_batches to follow style guide

    Mike Hancock committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    1b85fbb View commit details
    Browse the repository at this point in the history
  3. Updates rows_to_batches to follow style guide

    Mike Hancock committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    e213096 View commit details
    Browse the repository at this point in the history
  4. Updates rows_to_batches to follow style guide

    Mike Hancock committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    0ac4216 View commit details
    Browse the repository at this point in the history
  5. Add more unit tests for rows_to_batches

    Mike Hancock committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    f96cc4e View commit details
    Browse the repository at this point in the history
  6. Use ChunkedArrayFromJSON() in rows_to_batches unit tests.

    Mike Hancock committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    6bf33d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Update cpp/src/arrow/util/rows_to_batches.h

    Co-authored-by: Will Jones <willjones127@gmail.com>
    gringasalpastor and wjones127 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    d2a650f View commit details
    Browse the repository at this point in the history
  2. Update cpp/src/arrow/util/rows_to_batches.h

    Co-authored-by: Will Jones <willjones127@gmail.com>
    gringasalpastor and wjones127 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    c2925ab View commit details
    Browse the repository at this point in the history
  3. make batch_size an arg with default value

    Mike Hancock committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    5c5a22f View commit details
    Browse the repository at this point in the history
  4. Update cpp/src/arrow/util/rows_to_batches.h

    Co-authored-by: Will Jones <willjones127@gmail.com>
    gringasalpastor and wjones127 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    3461b0b View commit details
    Browse the repository at this point in the history
  5. Update cpp/src/arrow/util/rows_to_batches.h

    Co-authored-by: Will Jones <willjones127@gmail.com>
    gringasalpastor and wjones127 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    91ebfdc View commit details
    Browse the repository at this point in the history
  6. Update cpp/src/arrow/util/rows_to_batches.h

    Co-authored-by: Will Jones <willjones127@gmail.com>
    gringasalpastor and wjones127 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ba9e735 View commit details
    Browse the repository at this point in the history
  7. fix typo

    Mike Hancock committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ac7a079 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Use instead of

    Mike Hancock committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    cb53bd5 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Support row accessors that return by value in addition to std::refere…

    …nce_wrapper
    Mike Hancock committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    33a5787 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    0ca631a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Update cpp/src/arrow/util/rows_to_batches.h

    Co-authored-by: Will Jones <willjones127@gmail.com>
    gringasalpastor and wjones127 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    ab402c5 View commit details
    Browse the repository at this point in the history
  2. Update cpp/src/arrow/util/rows_to_batches_test.cc

    Co-authored-by: Will Jones <willjones127@gmail.com>
    gringasalpastor and wjones127 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    6f0c006 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40611d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Add documentation for pool and batch_size

    Mike Hancock committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    cf615b7 View commit details
    Browse the repository at this point in the history