Skip to main content

encode_int_row_with_template

Function encode_int_row_with_template 

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

Caller must guarantee every non-NULL values[slot] is Value::Integer.