This is an automated email from the ASF dual-hosted git repository.
wjones127 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 92d91f530f GH-14866: [C++] Remove internal GroupBy implementation
(#14867)
add 7828165f18 GH-34056: [C++] Add Utility function to simplify converting
any row-based structure into an `arrow::RecordBatchReader` or an
`arrow::Table` (#34057)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/util/CMakeLists.txt | 1 +
cpp/src/arrow/util/rows_to_batches.h | 163 +++++++++++++++++++++++++++++
cpp/src/arrow/util/rows_to_batches_test.cc | 119 +++++++++++++++++++++
3 files changed, 283 insertions(+)
create mode 100644 cpp/src/arrow/util/rows_to_batches.h
create mode 100644 cpp/src/arrow/util/rows_to_batches_test.cc