arrow_row::variable

Function decode_blocks

Source
pub fn decode_blocks(
    row: &[u8],
    options: SortOptions,
    f: impl FnMut(&[u8]),
) -> usize
Expand description

Decodes a single block of data The f function accepts a slice of the decoded data, it may be called multiple times