BITOR_AGG¶
BITOR_AGG
Compute the bitwise OR 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.