polars_parquet::parquet::types

Function decode_unchecked

Source
pub unsafe fn decode_unchecked<T: NativeType>(chunk: &[u8]) -> T
Expand description

Convert a Little-Endian byte-slice into the T

ยงSafety

This is safe if the length is properly checked.