pub fn arrow_data_from_flight_data(
    flight_data: FlightData,
    arrow_schema_ref: &SchemaRef
) -> Result<ArrowFlightData, ArrowError>
Expand description

Extract Schema or RecordBatches from the FlightData wire representation