Function tidb_query_datatype::codec::datum::skip_n[][src]

pub fn skip_n(buf: &mut &[u8], n: usize) -> Result<()>

skip_n_datum_slices skip n datum slices within buf and advances the buffer pointer. If the datum buffer contains less than n slices, an error will be returned.