pub fn serialize_schema_to_info(
    schema: &Schema,
    ipc_fields: Option<&[IpcField]>
) -> Result<Vec<u8>>
Available on crate feature io_flight only.
Expand description

Convert a Schema to bytes in the format expected in [arrow_format::flight::data::FlightInfo].