daft.Expression.__lshift__

daft.Expression.__lshift__#

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

Shifts the bits of an integer expression to the left (e1 << e2).

Parameters:

other – The number of bits to shift the expression to the left