Function mz_pgcopy::copy::encode_copy_format

source ยท
pub fn encode_copy_format<'a>(
    params: &CopyFormatParams<'a>,
    row: &RowRef,
    typ: &RelationType,
    out: &mut Vec<u8>,
) -> Result<(), Error>
Expand description

Encodes the given Row into bytes based on the given CopyFormatParams.