We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70c27e commit bb0f325Copy full SHA for bb0f325
1 file changed
core/src/main/java/com/datastax/oss/driver/internal/core/data/DefaultTupleValue.java
@@ -150,6 +150,11 @@ public int hashCode() {
150
return result;
151
}
152
153
+ @Override
154
+ public String toString() {
155
+ return codecRegistry().codecFor(type).format(this);
156
+ }
157
+
158
private static class SerializationProxy implements Serializable {
159
160
private static final long serialVersionUID = 1;
0 commit comments