[][src]Module arrow_flight::utils

Utilities to assist with reading and writing Arrow data as Flight messages

Functions

flight_data_from_arrow_batch

Convert a RecordBatch to FlightData by converting the header and body to bytes

flight_data_from_arrow_schema

Convert a Schema to FlightData by converting to an IPC message

flight_data_to_arrow_batch

Convert a FlightData message to a RecordBatch

flight_schema_from_arrow_schema

Convert a Schema to SchemaResult by converting to an IPC message