Skip to main content

decode_column_with_offset

Function decode_column_with_offset 

Source
pub fn decode_column_with_offset(
    data: &[u8],
    target: usize,
) -> Result<(RawColumn<'_>, usize)>
Expand description

Like decode_column_raw but also returns the byte offset (usize::MAX if NULL).