Skip to main content

patch_row_column

Function patch_row_column 

Source
pub fn patch_row_column(
    data: &[u8],
    target: usize,
    new_val: &Value,
    out: &mut Vec<u8>,
) -> Result<()>
Expand description

Patch a single column in encoded row, writing result into out. Copies others unchanged.