Function mz_pgcopy::encode_copy_format

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

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