pub fn decode_column_with_offset( data: &[u8], target: usize, ) -> Result<(RawColumn<'_>, usize)>
Like decode_column_raw but also returns the byte offset (usize::MAX if NULL).
decode_column_raw