Skip to main content

read_varint_word_tail

Function read_varint_word_tail 

Source
fn read_varint_word_tail(data: &[u8], len: usize) -> u64
Expand description

The payload of a variable-length integer whose datum ends within eight bytes of the end of data, so the wide load in read_varint_word would run off the end.

Out of line and cold: this is at most the tail of a row, or of a nested list or map.