pub fn decode_copy_format_text(
    data: &[u8],
    column_types: &[Type],
    _: CopyTextFormatParams<'_>
) -> Result<Vec<Row>, Error>