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

[Rust] [DataFusion] Implement BETWEEN Operator

    XMLWordPrintableJSON

Details

    Description

      3 of the 22 TPC-H queries use the BETWEEN operator which is syntactic sugar for:

      {value} >= {low} AND {value}

      <=

      {high}

      e.g.
      `and l_discount between 0.06 - 0.01 and 0.06 + 0.01`
      is equal to
      `and l_discount > 0.06 - 0.01 and l_discount < 0.06 + 0.01`

      Attachments

        Issue Links

          Activity

            People

              MikeSeddonAU Mike Seddon
              MikeSeddonAU Mike Seddon
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 4h 50m
                  4h 50m