arrow_cast::cast::dictionary

Function pack_byte_to_dictionary

Source
pub(crate) fn pack_byte_to_dictionary<K, T>(
    array: &dyn Array,
    cast_options: &CastOptions<'_>,
) -> Result<ArrayRef, ArrowError>
where K: ArrowDictionaryKeyType, T: ByteArrayType,