pub fn canonical_primitive_to_arrow<T: ArrowPrimitiveType>(
array: PrimitiveArray,
) -> VortexResult<ArrayRef>where
T::Native: NativePType,Expand description
Convert a canonical PrimitiveArray directly to Arrow.
pub fn canonical_primitive_to_arrow<T: ArrowPrimitiveType>(
array: PrimitiveArray,
) -> VortexResult<ArrayRef>where
T::Native: NativePType,Convert a canonical PrimitiveArray directly to Arrow.