pub fn cmp_dict_binary<K, OffsetSize: OffsetSizeTrait, F>(
    left: &DictionaryArray<K>,
    right: &DictionaryArray<K>,
    op: F
) -> Result<BooleanArray> where
    K: ArrowNumericType,
    F: Fn(&[u8], &[u8]) -> bool
Expand description

Perform the given operation on two DictionaryArrays which value type is DataType::Binary or DataType::LargeBinary.