spark_connect_rs::functions

Function bit_or

Source
pub fn bit_or(col: impl Into<Column>) -> Column
Expand description

Returns the bitwise OR of all non-null input values, or null if none.