pub fn cmp_dict_between<'a, T: Integer>(
lhs: CategoricalAVT<'a, T>,
rhs: CategoricalAVT<'a, T>,
) -> Result<BooleanArray<()>, KernelError>Expand description
Test if dictionary/categorical values fall between lexicographic bounds.
pub fn cmp_dict_between<'a, T: Integer>(
lhs: CategoricalAVT<'a, T>,
rhs: CategoricalAVT<'a, T>,
) -> Result<BooleanArray<()>, KernelError>Test if dictionary/categorical values fall between lexicographic bounds.