BITAND_AGG¶
BITAND_AGG
Compute the bitwise AND of every input
in a column/group/window, returning NULL
if there are no non-NULL
entries.
Accepts floating point values, integer values, and strings. Strings are interpreted
directly as numbers, converting to 64-bit floating point numbers.