pub fn to_arrow(
array: &dyn Array,
data_type: &DataType,
) -> VortexResult<ArrayRef>
Expand description
Convert the array to an Arrow array of the given type.
pub fn to_arrow(
array: &dyn Array,
data_type: &DataType,
) -> VortexResult<ArrayRef>
Convert the array to an Arrow array of the given type.