fn cast_view_to_byte<FROM, TO>(
array: &dyn Array,
) -> Result<ArrayRef, ArrowError>where
FROM: ByteViewType,
TO: ByteArrayType,
FROM::Native: AsRef<TO::Native>,
Expand description
Helper function to cast from one ByteViewType
array to ByteArrayType
array.