Commits

Neal Richardson authored 5e5e526135c
ARROW-6986: [R] Add basic Expression class The Expression class currently just holds a parsed expression tree. The idea is that we would incrementally be able to push the evaluation down to Arrow C++, as they are supported there. One benefit of supporting these Expressions formally, rather than keeping all NSE inside the `dplyr` methods, is that it allows you to construct expressions and filter Arrow data with base R methods. Closes #5730 from nealrichardson/expressions and squashes the following commits: a61a4d4d0 <Neal Richardson> Add basic print method for Expressions d35f1f037 <Neal Richardson> Add Expression S3 class Authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>