pub fn decode_row_value( cur: &mut Cursor<'_>, ty: &Type, ) -> Result<RowValue, DbError>
Decode a row value according to ty (record payload v2).
ty