Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-260

Add between predicate

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.2-incubating
    • Planner/Optimizer
    • None

    Description

      This patch adds between predicate. It has the grammar as follows:

      between_predicate
        : predicand=row_value_predicand between_predicate_part_2
        ;
      
      between_predicate_part_2
        : (NOT)? BETWEEN (ASYMMETRIC | SYMMETRIC)? begin=row_value_predicand AND end=row_value_predicand
        ;
      

      Attachments

        1. TAJO-260.patch
          22 kB
          Hyunsik Choi

        Activity

          People

            hyunsik Hyunsik Choi
            hyunsik Hyunsik Choi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: