pub fn raw_schema_from_ipc(ipc_bytes: &[u8]) -> Result<SchemaRef, ArrowError>Expand description
Decode an arrow schema from IPC bytes, WITHOUT migration.
pub fn raw_schema_from_ipc(ipc_bytes: &[u8]) -> Result<SchemaRef, ArrowError>Decode an arrow schema from IPC bytes, WITHOUT migration.