pub fn serialize_batch(
    columns: &Chunk<Arc<dyn Array>>,
    fields: &[IpcField],
    options: &WriteOptions
) -> (Vec<FlightData>, FlightData)
Available on crate feature io_flight only.
Expand description

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