Function mz_pgcopy::copy::encode_copy_row_text

source ยท
fn encode_copy_row_text(
    _: &CopyTextFormatParams<'_>,
    row: &RowRef,
    typ: &RelationType,
    out: &mut Vec<u8>,
) -> Result<(), Error>