Function mz_pgcopy::copy::decode_copy_format
source ยท pub fn decode_copy_format<'a>(
data: &[u8],
column_types: &[Type],
params: CopyFormatParams<'a>,
) -> Result<Vec<Row>, Error>
Expand description
Decodes the given bytes into Row
-s based on the given CopyFormatParams
.