BITSHIFTLEFT¶ BITSHIFTLEFT(A, B) Returns the bitwise-leftshift of its inputs. Note The output is always of type int64. Undefined behavior when B is negative or too large.