Module arrow_flight::utils[][src]

Expand description

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

Functions

Convert a RecordBatch to a vector of FlightData representing the bytes of the dictionaries and a FlightData representing the bytes of the batch’s values

Convert a Schema to FlightData by converting to an IPC message

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

Convert a Schema to SchemaResult by converting to an IPC message

Convert a Schema to bytes in the format expected in FlightInfo.schema