Skip to main content

encode_copy_row_binary

Function encode_copy_row_binary 

Source
fn encode_copy_row_binary(
    row: &RowRef,
    typ: &SqlRelationType,
    out: &mut Vec<u8>,
) -> Result<(), Error>