Function deltalake::arrow::compute::kernels::bitwise::bitwise_and_scalar

source ·
pub fn bitwise_and_scalar<T>(
    array: &PrimitiveArray<T>,
    scalar: <T as ArrowPrimitiveType>::Native
) -> Result<PrimitiveArray<T>, ArrowError>
Expand description

Perform bitwise and every value in an array with the scalar. If any value in the array is null then the result is also null.