cmp_dict_str

Function cmp_dict_str 

Source
pub fn cmp_dict_str<'a, T: Integer, U: Integer>(
    lhs: CategoricalAVT<'a, T>,
    rhs: StringAVT<'a, U>,
    op: ComparisonOperator,
) -> Result<BooleanArray<()>, KernelError>
Expand description

Compare UTF-8 string or dictionary arrays using the specified comparison operator.