pub fn schema_to_bytes(schema: &ArrowSchema, ipc_fields: &[IpcField]) -> Vec<u8> ⓘ
Available on crate feature
io_ipc
only.Expand description
Converts a ArrowSchema and IpcFields to a flatbuffers-encoded arrow_format::ipc::Message.
pub fn schema_to_bytes(schema: &ArrowSchema, ipc_fields: &[IpcField]) -> Vec<u8> ⓘ
io_ipc
only.Converts a ArrowSchema and IpcFields to a flatbuffers-encoded arrow_format::ipc::Message.