Details
Description
shiftleft(INT a)
shiftleft(BIGINT a)
Bitwise left shift (as of Hive 1.2.0). Returns int for tinyint, smallint and int a. Returns bigint for bigint a.
shiftleft(INT a)
shiftleft(BIGINT a)
Bitwise left shift (as of Hive 1.2.0). Returns int for tinyint, smallint and int a. Returns bigint for bigint a.