-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
See cpp/src/arrow/compute/kernels/compare.h and boolean.h. ARROW-6980 introduces an Expression class that works on Arrow Arrays, but to evaluate the expressions, it has to pull the data into R first. This would enable us to do the work in C++ and only pull in the result.
Reporter: Neal Richardson / @nealrichardson
Assignee: Neal Richardson / @nealrichardson
Related issues:
- [C++] C++ array kernels framework and execution buildout (umbrella issue) (is a child of)
- [R] Provide binding for arrow::compute::CallFunction (is related to)
PRs and other links:
Note: This issue was originally created as ARROW-6982. Please see the migration documentation for further details.