pub fn skip_value<'buf>(
col: &ColumnDefinitionTail,
is_null: bool,
data: &'buf [u8],
) -> Result<((), &'buf [u8])>Expand description
Skip a single value in binary data without parsing it.
Returns the remaining bytes after the skipped value.