This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 0aad5a0 ARROW-6824: [Plasma] Allow creation of multiple objects
through a single IPC in Plasma Store
add d80899b ARROW-6764: [C++] Create a readahead iterator
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/CMakeLists.txt | 1 +
cpp/src/arrow/io/interfaces.cc | 36 ++++++++
cpp/src/arrow/io/interfaces.h | 15 ++-
cpp/src/arrow/io/memory_test.cc | 36 ++++++++
cpp/src/arrow/json/reader.cc | 50 +++++-----
cpp/src/arrow/util/iterator.cc | 175 +++++++++++++++++++++++++++++++++++
cpp/src/arrow/util/iterator.h | 123 +++++++++++++++++++++++++
cpp/src/arrow/util/iterator_test.cc | 177 ++++++++++++++++++++++++++++++++++++
cpp/src/arrow/util/macros.h | 6 ++
9 files changed, 593 insertions(+), 26 deletions(-)
create mode 100644 cpp/src/arrow/util/iterator.cc