You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/12/16 13:01:12 UTC

[arrow] branch master updated (5f85d1e -> ef702a5)

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 5f85d1e  ARROW-10932: [C++] BinaryMemoTable::CopyOffsets access out-of-bound address when data is empty
     add ef702a5  ARROW-10887: [Doc][C++] Document C++ IPC API

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/ipc/options.h         | 32 +++++++++----
 cpp/src/arrow/ipc/reader.h          |  4 --
 cpp/src/arrow/ipc/writer.h          | 19 +++++---
 docs/source/cpp/api.rst             |  1 +
 docs/source/cpp/api/array.rst       |  4 ++
 docs/source/cpp/api/compute.rst     |  4 ++
 docs/source/cpp/api/filesystem.rst  |  4 ++
 docs/source/cpp/api/io.rst          |  4 ++
 docs/source/cpp/api/ipc.rst         | 94 +++++++++++++++++++++++++++++++++++++
 docs/source/cpp/compute.rst         |  4 ++
 docs/source/cpp/getting_started.rst |  1 +
 docs/source/cpp/ipc.rst             | 75 +++++++++++++++++++++++++++++
 docs/source/cpp/memory.rst          |  4 ++
 13 files changed, 230 insertions(+), 20 deletions(-)
 create mode 100644 docs/source/cpp/api/ipc.rst
 create mode 100644 docs/source/cpp/ipc.rst