pub fn arrow_data_from_flight_data(
flight_data: FlightData,
arrow_schema_ref: &SchemaRef,
) -> Result<ArrowFlightData, ArrowError>
Expand description
Extract Schema
or RecordBatch
es from the FlightData
wire representation
pub fn arrow_data_from_flight_data(
flight_data: FlightData,
arrow_schema_ref: &SchemaRef,
) -> Result<ArrowFlightData, ArrowError>
Extract Schema
or RecordBatch
es from the FlightData
wire representation