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,
impl<A> Write for Vec<u8, A> where A: Allocator,
io_ipc
Converts a Schema and IpcFields to a flatbuffers-encoded [arrow_format::ipc::Message].