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