Function arrow_flight::utils::flight_data_to_batches

source ยท
pub fn flight_data_to_batches(
    flight_data: &[FlightData],
) -> Result<Vec<RecordBatch>, ArrowError>
Expand description

Convert a slice of wire protocol FlightDatas into a vector of RecordBatches