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

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