Function deltalake::arrow::ipc::root_as_footer_unchecked

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

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

§Safety

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