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,
Expand description
Converts a Schema and IpcFields to a flatbuffers-encoded arrow_format::ipc::Message.