diff --git a/cql3/update_parameters.hh b/cql3/update_parameters.hh index 12aaea13d4..f7ae80372b 100644 --- a/cql3/update_parameters.hh +++ b/cql3/update_parameters.hh @@ -94,6 +94,10 @@ public: return {_timestamp, _local_deletion_time}; } + tombstone make_tombstone_just_before() const { + return {_timestamp, _local_deletion_time - gc_clock::duration(1) }; + } + #if 0 public RangeTombstone makeRangeTombstone(ColumnSlice slice) throws InvalidRequestException {