Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-15161

[R] Bind between() to between ternary kernel

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • R
    • 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

          Activity

            People

              Unassigned Unassigned
              icook Ian Cook
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: