Return the bitwise OR of two integer values.
Performs a bitwise OR on two integer operands, returning a result where each bit is 1 if the corresponding bit in either operand is 1. Both operands must be integer types. If either operand is NULL, the result is NULL.