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 2e6ff65 ARROW-15387 [R] Un-skip chunked array test for decimal256()
add 816c986 ARROW-15435: [C++][Doc] Improve API docs coverage
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/array/builder_adaptive.h | 6 +++
cpp/src/arrow/array/builder_base.h | 20 ++++++++
cpp/src/arrow/array/builder_binary.h | 6 +++
cpp/src/arrow/array/builder_decimal.h | 6 +++
cpp/src/arrow/array/builder_dict.h | 10 ++++
cpp/src/arrow/array/builder_nested.h | 6 +++
cpp/src/arrow/array/builder_primitive.h | 20 ++++++++
cpp/src/arrow/array/builder_time.h | 6 +++
cpp/src/arrow/array/builder_union.h | 6 +++
cpp/src/arrow/csv/writer.h | 19 +++++--
cpp/src/arrow/filesystem/gcsfs.h | 3 +-
cpp/src/arrow/memory_pool.h | 1 +
cpp/src/arrow/util/future.h | 11 ++--
docs/source/cpp/api.rst | 1 +
.../reference/index.rst => cpp/api/async.rst} | 12 ++++-
docs/source/cpp/api/builder.rst | 30 +++++++----
docs/source/cpp/api/datatype.rst | 10 +++-
docs/source/cpp/api/filesystem.rst | 21 ++++++++
docs/source/cpp/api/formats.rst | 20 +++++---
docs/source/cpp/api/io.rst | 6 +++
docs/source/cpp/api/memory.rst | 18 +------
docs/source/cpp/api/support.rst | 59 +++++++++++++++++++---
docs/source/cpp/api/utilities.rst | 10 +++-
23 files changed, 250 insertions(+), 57 deletions(-)
copy docs/source/{java/reference/index.rst => cpp/api/async.rst} (83%)