Function arrow_flight::utils::flight_data_from_arrow_schema[][src]

pub fn flight_data_from_arrow_schema(
    schema: &Schema,
    options: &IpcWriteOptions
) -> FlightData
👎 Deprecated since 4.4.0:

Use From trait, e.g.: SchemaAsIpc::new(schema, options).into()

Expand description

Convert a Schema to FlightData by converting to an IPC message