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