This is an automated email from the ASF dual-hosted git repository.
npr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from e8b317a ARROW-8926: [C++] Improve arrow/compute/*.h comments, correct
typos and outdated language
add 75315f5 ARROW-8938: [R] Provide binding for
arrow::compute::CallFunction
No new revisions were added by this update.
Summary of changes:
r/DESCRIPTION | 1 +
r/NAMESPACE | 4 +
r/R/array.R | 6 +-
r/R/arrowExports.R | 36 +++--
r/R/chunked-array.R | 2 +
r/R/compute.R | 5 +
r/R/expression.R | 3 +-
r/R/record-batch.R | 2 +
r/R/scalar.R | 64 +++++++++
r/man/Scalar.Rd | 9 ++
r/src/arrowExports.cpp | 155 ++++++++++++++++-----
r/src/compute.cpp | 114 ++++++++++++---
r/src/expression.cpp | 55 +-------
r/src/scalar.cpp | 59 ++++++++
r/tests/testthat/test-Array.R | 1 +
.../tests/testthat/test-compute.R | 10 +-
r/tests/testthat/test-expression.R | 6 +-
r/tests/testthat/test-scalar.R | 50 +++++++
18 files changed, 452 insertions(+), 130 deletions(-)
create mode 100644 r/R/scalar.R
create mode 100644 r/man/Scalar.Rd
create mode 100644 r/src/scalar.cpp
copy ci/conda_env_unix.yml => r/tests/testthat/test-compute.R (83%)
create mode 100644 r/tests/testthat/test-scalar.R