Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently the R package translates
between(x, left, right)
to
x >= left & x <= right
This is implemented here: https://github.com/apache/arrow/blob/master/r/R/dplyr-functions.R#L142-L144
After https://github.com/apache/arrow/pull/11882 merges, we should update this translation to use the new between kernel.
Attachments
Issue Links
- depends upon
-
ARROW-9843 [C++][Python] Implement Between ternary kernel
- Open
- relates to
-
ARROW-15224 [R] Add binding for not_between() ternary kernel
- Closed
-
ARROW-16650 [R] Binding for between() is in dplyr-funcs-type.R
- Open