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

Perform the given operation on two DictionaryArrays which value type is DataType::Utf8 or DataType::LargeUtf8.