Function arrow::ipc::gen::Schema::size_prefixed_root_as_schema_unchecked[][src]

pub unsafe fn size_prefixed_root_as_schema_unchecked(buf: &[u8]) -> Schema<'_>
Expand description

Assumes, without verification, that a buffer of bytes contains a size prefixed Schema and returns it.

Safety

Callers must trust the given bytes do indeed contain a valid size prefixed Schema.