On This Page

Home / Search/ Language Reference/ Functions/ Scalar Functions/Binary Functions

Binary Functions

A list of all binary functions supported by Cribl Search.


NameDescription
binary_andReturns a result of the bitwise and operation between two values.
binary_notReturns a bitwise negation of the input value.
binary_orReturns a result of the bitwise or operation of the two values.
binary_shift_leftReturns binary shift left operation on a pair of numbers.
binary_shift_rightReturns binary shift right operation on a pair of numbers.
binary_xorReturns the bitwise xor operation of the two values.
from_binary_stringTakes a binary string and returns a number.
to_binary_stringTakes a number and returns a binary string.