Function deltalake::arrow::compute::kernels::bitwise::bitwise_and

source ·
pub fn bitwise_and<T>(
    left: &PrimitiveArray<T>,
    right: &PrimitiveArray<T>
) -> Result<PrimitiveArray<T>, ArrowError>
Expand description

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