arrow_flight::sql::client

Function arrow_data_from_flight_data

Source
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