mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 09:30:45 +00:00
Partitions should be ordered using Origin's ordering, which is first by token, then by Origin's representation of the key. That is the natural ordering of decorated_key. This also changes mutation class to hold decorated_key, to avoid decoration overhead at different layers.