Function arrow_flight::utils::flight_data_to_arrow_batch[][src]

pub fn flight_data_to_arrow_batch(
    data: &FlightData,
    schema: SchemaRef,
    dictionaries_by_field: &[Option<ArrayRef>]
) -> Result<RecordBatch>
Expand description

Convert FlightData (with supplied schema and dictionaries) to an arrow RecordBatch.