Function arrow_arith::aggregate::bit_or
source ยท pub fn bit_or<T>(array: &PrimitiveArray<T>) -> Option<T::Native>
Expand description
Returns the bitwise or of all non-null input values.
Returns None
if the array is empty or only contains null values.