pub(crate) fn run_end_encoded_cast<K: RunEndIndexType>(
array: &dyn Array,
to_type: &DataType,
cast_options: &CastOptions<'_>,
) -> Result<ArrayRef, ArrowError>Expand description
Attempts to cast a RunArray with index type K into
to_type for supported types.