Skip to main content

cmp_str_dict_to

Function cmp_str_dict_to 

Source
pub fn cmp_str_dict_to<'a, T: Integer, U: Integer>(
    lhs: StringAVT<'a, T>,
    rhs: CategoricalAVT<'a, U>,
    op: ComparisonOperator,
    output: &mut Bitmask,
) -> Result<(), KernelError>
Expand description

Zero-allocation variant: writes directly to caller’s output buffer.

Compare UTF-8 string or dictionary arrays using the specified comparison operator. The output Bitmask must have capacity >= llen.