daft.Expression.shift_left

daft.Expression.shift_left#

Expression.shift_left(other: Expression) Expression[source]#

Shifts the bits of an integer expression to the left (expr << other) :param other: The number of bits to shift the expression to the left