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