Skip to main content

to_arrow

Function to_arrow 

Source
pub fn to_arrow(
    array: &dyn Array,
    arrow_type: &DataType,
) -> VortexResult<ArrayRef>
👎Deprecated: Use ArrowArrayExecutor::execute_arrow instead
Expand description

Convert a Vortex array to an Arrow array of the given type.