Files
scylladb/cql3
Dejan Mircevski 992d5c6184 cql3/expr: Improve column printing
Before this change, we would print an expression like this:

((ColumnDefinition{name=c, type=org.apache.cassandra.db.marshal.Int32Type, kind=CLUSTERING_COLUMN, componentIndex=0, droppedAt=-9223372036854775808}) = 0000007b)

Now, we print the same expression like this:

(c = 0000007b)

Tests: unit (dev)

Signed-off-by: Dejan Mircevski <dejan@scylladb.com>

Closes #8285
2021-03-17 09:59:22 +02:00
..
2021-03-17 09:59:22 +02:00
2021-03-03 07:06:45 +01:00
2020-08-18 12:27:01 +02:00
2020-09-04 17:27:30 +02:00