[
https://issues.apache.org/jira/browse/PHOENIX-475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gabriel Reid resolved PHOENIX-475.
----------------------------------
Resolution: Fixed
Bulk resolve of closed issues imported from GitHub. This status was reached by
first re-opening all closed imported issues and then resolving them in bulk.
> Support BETWEEN syntax
> ----------------------
>
> Key: PHOENIX-475
> URL: https://issues.apache.org/jira/browse/PHOENIX-475
> Project: Phoenix
> Issue Type: Task
> Reporter: James Taylor
>
> This could pretty easy be handled by just rewriting the clause (in
> RHSLiteralStatementRewriter), converting from
> A BETWEEN C AND D
> to
> C <= A AND A <= D
> We should also handle A NOT BETWEEN C AND D which just wraps the above in a
> NOT expression like this:
> NOT (C <= A AND A <= D)
--
This message was sent by Atlassian JIRA
(v6.2#6252)