This is an automated email from the ASF dual-hosted git repository.
wjones127 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 8a5aa67182 ARROW-18209: [Java] Make ComplexCopier agnostic of specific
implementation of MapWriter (UnionMapWriter) (#14557)
add 5182d62f86 ARROW-17812: [Gandiva][Docs] Add C++ Gandiva User Guide
(#14200)
No new revisions were added by this update.
Summary of changes:
cpp/apidoc/Doxyfile | 1 +
cpp/examples/arrow/CMakeLists.txt | 4 +
cpp/examples/arrow/gandiva_example.cc | 139 ++++++++++++++++++++
cpp/src/gandiva/expression_registry.h | 1 +
docs/source/cpp/api.rst | 1 +
docs/source/cpp/api/{builder.rst => gandiva.rst} | 79 ++++++------
docs/source/cpp/compute.rst | 2 +
docs/source/cpp/gandiva.rst | 158 +++++++++++++++++++++++
docs/source/cpp/user_guide.rst | 1 +
9 files changed, 345 insertions(+), 41 deletions(-)
create mode 100644 cpp/examples/arrow/gandiva_example.cc
copy docs/source/cpp/api/{builder.rst => gandiva.rst} (50%)
create mode 100644 docs/source/cpp/gandiva.rst