You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jonathan Keane (Jira)" <ji...@apache.org> on 2022/04/21 16:13:00 UTC

[jira] [Updated] (ARROW-15161) [R] Bind between() to between ternary kernel

     [ https://issues.apache.org/jira/browse/ARROW-15161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Keane updated ARROW-15161:
-----------------------------------
    Fix Version/s: 9.0.0
                       (was: 8.0.0)

> [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
>            Assignee: Dragoș Moldovan-Grünfeld
>            Priority: Major
>             Fix For: 9.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.7#820007)