Function polars_arrow::io::ipc::write::schema_to_bytes
source ยท 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.