mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 19:10:42 +00:00
i_partitioner::token_to_bytes is just a call to token::data and does not depend on partitioner at all. It is possible to convert token to bytes without having access to partitioner. Signed-off-by: Piotr Jastrzebski <piotr@scylladb.com>