Function datafusion::common::arrow::compute::neq_bool_scalar
pub fn neq_bool_scalar(
left: &BooleanArray,
right: bool
) -> Result<BooleanArray, ArrowError>
👎Deprecated: Use arrow_ord::cmp::neq
Expand description
Perform left != right
operation on BooleanArray
and a scalar