[][src]Function arrow::compute::kernels::boolean::or

pub fn or(left: &BooleanArray, right: &BooleanArray) -> Result<BooleanArray>

Performs OR operation on two arrays. If either left or right value is null then the result is also null.