Function arrow::compute::kernels::comparison::neq_utf8_scalar

source ยท
pub fn neq_utf8_scalar<OffsetSize>(
    left: &GenericByteArray<GenericStringType<OffsetSize>>,
    right: &str,
) -> Result<BooleanArray, ArrowError>
where OffsetSize: OffsetSizeTrait,
๐Ÿ‘ŽDeprecated: Use arrow_ord::cmp::neq
Expand description

Perform left != right operation on StringArray / LargeStringArray and a scalar.