pub fn arrow_data_from_flight_data(
flight_data: FlightData,
arrow_schema_ref: &SchemaRef,
) -> Result<ArrowFlightData, ArrowError>Available on crate feature
flight-sql only.Expand description
Extract Schema or RecordBatches from the FlightData wire representation