Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
As discussed here: https://github.com/apache/arrow/pull/10056#discussion_r616985185
Currently, the R implementation allows for array expressions to be built which are later evaluated within a single call to Filter rather than in multiple operations. This functionality should be moved to the C++ level so it's dealt with at a lower level.
Attachments
Issue Links
- duplicates
-
ARROW-11929 [C++][Compute] Promote Expression to the compute namespace
- Resolved