Function arrow_flight::utils::ipc_message_from_arrow_schema

source ยท
pub fn ipc_message_from_arrow_schema(
    schema: &Schema,
    options: &IpcWriteOptions,
) -> Result<Bytes, ArrowError>
๐Ÿ‘Ž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