Expand description
Utilities to assist with reading and writing Arrow data as Flight messages
Functions§
- Convert
RecordBatches to wire protocolFlightDatas - flight_
data_ from_ arrow_ batch Deprecated Convert aRecordBatchto a vector ofFlightDatarepresenting the bytes of the dictionaries and aFlightDatarepresenting the bytes of the batch’s values - flight_
data_ from_ arrow_ schema Deprecated Convert aSchematoFlightDataby converting to an IPC message - Convert
FlightData(with supplied schema and dictionaries) to an arrowRecordBatch. - Convert a slice of wire protocol
FlightDatas into a vector ofRecordBatches - flight_
schema_ from_ arrow_ schema Deprecated Convert aSchematoSchemaResultby converting to an IPC message - ipc_
message_ from_ arrow_ schema Deprecated Convert aSchemato bytes in the format expected inFlightInfo.schema