fn binary_array_to_dictionary(
    input: &BinaryArray,
) -> Result<DictionaryArray<UInt32Type>>Expand description
Converts a sorted BinaryArray to [DictionaryArray].
fn binary_array_to_dictionary(
    input: &BinaryArray,
) -> Result<DictionaryArray<UInt32Type>>Converts a sorted BinaryArray to [DictionaryArray].