Skip to main content

apply_dict32_str

Function apply_dict32_str 

Source
pub fn apply_dict32_str<T>(
    lhs: CategoricalAVT<'_, u32>,
    rhs: StringAVT<'_, T>,
    op: ArithmeticOperator,
) -> Result<CategoricalArray<u32>, KernelError>
where T: Integer,
Expand description

Applies element-wise binary arithmetic ops between a CategoricalArray<u32> and a StringArray<T>.