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 883d9eb ARROW-6679: [RELEASE] Add license info for the autobrew
scripts
add 196face ARROW-6630: [Doc] Document C++ file formats
No new revisions were added by this update.
Summary of changes:
cpp/apidoc/Doxyfile | 1 +
cpp/src/arrow/csv/options.h | 77 ++++++++++---------
cpp/src/arrow/csv/reader.h | 3 +
cpp/src/arrow/json/options.h | 27 +++++--
cpp/src/arrow/json/reader.h | 5 ++
cpp/src/parquet/arrow/reader.h | 60 +++++++++------
cpp/src/parquet/arrow/writer.h | 17 ++---
docs/source/cpp/api.rst | 1 +
docs/source/cpp/api/formats.rst | 86 +++++++++++++++++++++
docs/source/cpp/csv.rst | 144 ++++++++++++++++++++++++++++++++++++
docs/source/cpp/getting_started.rst | 7 +-
docs/source/cpp/json.rst | 125 +++++++++++++++++++++++++++++++
docs/source/cpp/parquet.rst | 69 +++++++++++++++++
13 files changed, 547 insertions(+), 75 deletions(-)
create mode 100644 docs/source/cpp/api/formats.rst
create mode 100644 docs/source/cpp/csv.rst
create mode 100644 docs/source/cpp/json.rst
create mode 100644 docs/source/cpp/parquet.rst