Available on crate feature io_flight only.
Expand description

Serialization and deserialization to Arrow’s flight protocol

Functions

Deserialize an IPC message into Schema, IpcSchema. Use to deserialize FlightData::data_header and SchemaResult::schema.

Serializes Chunk to a vector of FlightData representing the serialized dictionaries and a FlightData representing the batch.

Convert a Schema to bytes in the format expected in arrow_format::flight::data::FlightInfo.