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