Ian Cook created ARROW-15161:
--------------------------------

             Summary: [R] Bind between() to between ternary kernel
                 Key: ARROW-15161
                 URL: https://issues.apache.org/jira/browse/ARROW-15161
             Project: Apache Arrow
          Issue Type: Improvement
          Components: R
            Reporter: Ian Cook
             Fix For: 7.0.0


Currently the R package translates {code}between(x, left, right){code} to 
{code}x >= left & x <= right{code}
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.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to