Files
scylladb/cdc
Calle Wilund ed0d1c5fe2 cdc: Break up data column tuple
According to "new" spec:

Data column is now pure frozen original type.

If column is deleted (set to null), a metadata column
cdc$deleted_<name> is set to true, to distinguish
null column == not involved in row operation

For non-atomic collections, a cdc$deleted_elements_<name>
column is added, and when removing elements from collection
this is where they are shown.

For non-atomic assign, the "cdc$deleted_<name>" is true,
and <name> is set to new value.

column_op removed.
2020-03-03 08:52:20 +00:00
..
2020-02-17 10:59:15 +01:00
2020-02-17 10:59:15 +01:00
2020-03-03 08:52:20 +00:00
2020-03-03 08:52:20 +00:00
2020-02-17 10:59:15 +01:00