arrow_flight::utils

Function batches_to_flight_data

Source
pub fn batches_to_flight_data(
    schema: &Schema,
    batches: Vec<RecordBatch>,
) -> Result<Vec<FlightData>, ArrowError>
Expand description

Convert RecordBatches to wire protocol FlightDatas