Function arrow::compute::kernels::comparison::neq_dyn_bool_scalar
source · pub fn neq_dyn_bool_scalar(
left: &dyn Array,
right: bool
) -> Result<BooleanArray, ArrowError>
Expand description
Perform left != right
operation on an array and a numeric scalar
value. Supports BooleanArrays.