mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-04 05:53:13 +00:00
ring_position_comparator has overloads for comparing ring_positions as well as sstables::key_view. In the case of the latter it needs to compute the token of the key. However, the sstable layer could cache some tokens so let's allow the comparator callers to provide it directly.