mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 12:06:44 +00:00
primary_key was introduced as a replacement for std::pair<dht::decorated_key, std::optional<clustering_key>>. In order to simplify patch introducing its fields were named 'first' and 'second'. This patch changes the names to something less useless, removes old row_address alias and removes is_missing_rows() in favour of primary_key::less_compare_clustering comparator. Signed-off-by: Paweł Dziepak <pdziepak@scylladb.com>