You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Lefty Leverenz (JIRA)" <ji...@apache.org> on 2015/04/01 08:59:54 UTC

[jira] [Updated] (HIVE-9859) Create bitwise left/right shift UDFs

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

Lefty Leverenz updated HIVE-9859:
---------------------------------
    Labels:   (was: TODOC1.2)

> Create bitwise left/right shift UDFs
> ------------------------------------
>
>                 Key: HIVE-9859
>                 URL: https://issues.apache.org/jira/browse/HIVE-9859
>             Project: Hive
>          Issue Type: Improvement
>          Components: UDF
>            Reporter: Alexander Pivovarov
>            Assignee: Alexander Pivovarov
>             Fix For: 1.2.0
>
>         Attachments: HIVE-9859.1.patch, HIVE-9859.2.patch, HIVE-9859.3.patch, HIVE-9859.5.patch
>
>
> Signature:
> a << b
> a >> b
> a >>> b
> For example:
> {code}
> select 1 << 4, 8 >> 2, 8 >>> 2;
> OK
> 16   2   2
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)