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 18ca1e9 ARROW-13532: [C++][Compute] - adding set membership type
filtering to hash table interface
add 3317f83 ARROW-14056: [Doc][C++] Document ArrayData
No new revisions were added by this update.
Summary of changes:
cpp/apidoc/Doxyfile | 4 +-
cpp/src/arrow/array.h | 12 +
cpp/src/arrow/array/array_binary.h | 6 +
cpp/src/arrow/array/array_decimal.h | 6 +
cpp/src/arrow/array/array_nested.h | 6 +
cpp/src/arrow/array/array_primitive.h | 84 ++++---
cpp/src/arrow/type.h | 422 +++++++++++++++++++---------------
docs/source/cpp/api/array.rst | 58 ++---
docs/source/cpp/api/datatype.rst | 83 ++-----
docs/source/cpp/arrays.rst | 47 ++--
docs/source/cpp/memory.rst | 24 +-
docs/source/format/Columnar.rst | 2 +
12 files changed, 406 insertions(+), 348 deletions(-)