mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
idl: Add position_in_partition
Needed by the row level repair RPC verbs.
This commit is contained in:
@@ -44,3 +44,9 @@ enum class partition_region : uint8_t {
|
||||
clustered,
|
||||
partition_end,
|
||||
};
|
||||
|
||||
class position_in_partition {
|
||||
partition_region get_type();
|
||||
bound_weight get_bound_weight();
|
||||
std::optional<clustering_key_prefix> get_clustering_key_prefix();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user