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

Hyunsik Choi updated TAJO-260:
------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Thank you for the review. I've committed it to master branch.

> Add between predicate
> ---------------------
>
>                 Key: TAJO-260
>                 URL: https://issues.apache.org/jira/browse/TAJO-260
>             Project: Tajo
>          Issue Type: New Feature
>          Components: planner/optimizer
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.2-incubating
>
>         Attachments: TAJO-260.patch
>
>
> This patch adds between predicate. It has the grammar as follows:
> {code}
> 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
>   ;
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to