Function arrow::compute::kernels::comparison::cmp_dict_utf8
source · [−]pub fn cmp_dict_utf8<K, OffsetSize: StringOffsetSizeTrait, 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 DictionaryArray
s which value type is
DataType::Utf8
or DataType::LargeUtf8
.