Module utils

Source
Expand description

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

Functionsยง

batches_to_flight_data
Convert RecordBatches to wire protocol FlightDatas
flight_data_to_arrow_batch
Convert FlightData (with supplied schema and dictionaries) to an arrow RecordBatch.
flight_data_to_batches
Convert a slice of wire protocol FlightDatas into a vector of RecordBatches