This is an automated email from the ASF dual-hosted git repository.
bkietz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 8685da2 ARROW-7172: [C++][Dataset] Improve format of
Expression::ToString
add 9becd48 ARROW-7185: [R][Dataset] Add bindings for IN, IS_VALID
expressions
No new revisions were added by this update.
Summary of changes:
r/NAMESPACE | 6 ++++++
r/R/arrowExports.R | 8 +++++++
r/R/dplyr.R | 7 +++++++
r/R/expression.R | 46 +++++++++++++++++++++++++++++++++++------
r/man/Expression.Rd | 9 +++++---
r/src/arrowExports.cpp | 33 +++++++++++++++++++++++++++++
r/src/expression.cpp | 12 +++++++++++
r/tests/testthat/test-dataset.R | 28 ++++++++++++++++++++++---
r/tests/testthat/test-dplyr.R | 23 +++++++++++++++++++--
9 files changed, 158 insertions(+), 14 deletions(-)