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

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

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