You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Dragoș Moldovan-Grünfeld (Jira)" <ji...@apache.org> on 2022/06/30 16:35: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 ]

Dragoș Moldovan-Grünfeld updated ARROW-15161:
---------------------------------------------
    Fix Version/s:     (was: 9.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
>
> 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.10#820010)