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