[][src]Function arrow::array_ops::not

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

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