Skip to main content

encode_row_with_template

Function encode_row_with_template 

Source
pub fn encode_row_with_template(
    tmpl: &RowTemplate,
    values: &[Value],
    buf: &mut Vec<u8>,
) -> Result<()>
Expand description

Caller must guarantee every values[slot] for an integer hole is Value::Integer.