Function mz_pgcopy::encode_copy_format_header

source ยท
pub fn encode_copy_format_header<'a>(
    params: &CopyFormatParams<'a>,
    desc: &RelationDesc,
    out: &mut Vec<u8>,
) -> Result<(), Error>