Function arrow_flight::utils::ipc_message_from_arrow_schema[][src]

pub fn ipc_message_from_arrow_schema(
    schema: &Schema,
    options: &IpcWriteOptions
) -> Result<Vec<u8>>
👎 Deprecated since 4.4.0:

Use TryFrom trait, e.g.: SchemaAsIpc::new(schema, options).try_into()

Expand description

Convert a Schema to bytes in the format expected in FlightInfo.schema