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

pub fn not(left: &BooleanArray) -> Result<BooleanArray>

Performs unary NOT operation on an arrays. If value is null then the result is also null.