Alexander Pivovarov created HIVE-9859: -----------------------------------------
Summary: Create bitwise shift left/right 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
Signature:
shift_left(a bigint, b int) : bigint
For example:
{code}
select shift_left(1, 4), shift_right(8, 2);
OK
16 2
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
