This is an automated email from the ASF dual-hosted git repository.
westonpace pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 81c6dad ARROW-14744: [R] open_dataset() error when `schema` argument
supplied, but `column_names` not supplied to `CSVReadOptions`
add 03f3cf9 ARROW-15091: [C++][Doc] Document nodes in C++ streaming
execution engine
No new revisions were added by this update.
Summary of changes:
cpp/examples/arrow/CMakeLists.txt | 4 +
.../arrow/execution_plan_documentation_examples.cc | 923 +++++++++++++++++++++
cpp/src/arrow/compute/api.h | 13 +
cpp/src/arrow/compute/exec/expression.h | 12 +-
cpp/src/arrow/compute/exec/options.h | 10 +
docs/source/cpp/api/compute.rst | 34 +
docs/source/cpp/compute.rst | 2 +
docs/source/cpp/dataset.rst | 2 +
docs/source/cpp/streaming_execution.rst | 430 +++++++++-
9 files changed, 1426 insertions(+), 4 deletions(-)
create mode 100644 cpp/examples/arrow/execution_plan_documentation_examples.cc