binary_shift_left The binary_shift_left function returns binary shift left operation on a pair of numbers.Syntax `binary_shift_left( Number1, Number2 )` Arguments NumberX: An integer.Example dataset=myDataset | where bit != binary_shift_left(101,101) Copy PreviousPreviousNextNext