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