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