Function datafusion::common::arrow::ipc::gen::Message::root_as_message_unchecked

source ·
pub unsafe fn root_as_message_unchecked(buf: &[u8]) -> Message<'_>
Expand description

Assumes, without verification, that a buffer of bytes contains a Message and returns it.

§Safety

Callers must trust the given bytes do indeed contain a valid Message.