Function columnar::bytes::serialization::decode

source ·
pub fn decode(store: &[u64]) -> Decoder<'_> 
Expand description

Decodes a sequence of byte slices from their length followed by their bytes.

This decoder matches the encode function above. In particular, it anticipates padding bytes when the length is not a multiple of eight.