You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2014/07/14 20:00:14 UTC

[jira] [Resolved] (PHOENIX-1002) Add support for % operator

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

Anoop Sam John resolved PHOENIX-1002.
-------------------------------------

    Resolution: Fixed

Committed to 3.0, 4.0 and master braches. Thanks for the patch Kyle Buzsaki.

> Add support for % operator
> --------------------------
>
>                 Key: PHOENIX-1002
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1002
>             Project: Phoenix
>          Issue Type: New Feature
>            Reporter: Thomas D'Silva
>            Assignee: Kyle Buzsaki
>             Fix For: 5.0.0, 3.1, 4.1
>
>         Attachments: PHOENIX-1002.patch, PHOENIX-1002_2.patch, PHOENIX-1002_3.patch, PHOENIX-1002_4.patch, PHOENIX-1002_5.patch, PHOENIX-1002_5_3-0.patch
>
>
> Supporting the % operator would allow using sequences to generate IDs that are less than a maximum number. 
> CREATE SEQUENCE foo.bar
> SELECT ((NEXT VALUE FOR foo.bar)%1000)



--
This message was sent by Atlassian JIRA
(v6.2#6252)