pub fn schema_to_bytes(schema: &Schema, ipc_fields: &[IpcField]) -> Vec<u8>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
Available on crate feature io_ipc only.
Expand description

Converts a Schema and IpcFields to a flatbuffers-encoded [arrow_format::ipc::Message].