This is supported on crate feature
compute_comparison
only.Expand description
Comparison functions for Utf8Array
Functions
Perform lhs == rhs
operation on Utf8Array
and include validities in comparison.
Perform lhs == rhs
operation on Utf8Array
and a scalar. Also includes null values in comparisson.
Perform lhs >= rhs
operation on Utf8Array
and a scalar.
Perform lhs <= rhs
operation on Utf8Array
and a scalar.
Perform lhs != rhs
operation on Utf8Array
and include validities in comparison.
Perform lhs != rhs
operation on Utf8Array
and a scalar.
Perform lhs != rhs
operation on Utf8Array
and a scalar. Also includes null values in comparisson.