diff --git a/idl/paging_state.idl.hh b/idl/paging_state.idl.hh index 0566e0605b..7d8b717268 100644 --- a/idl/paging_state.idl.hh +++ b/idl/paging_state.idl.hh @@ -13,6 +13,7 @@ #include "idl/token.idl.hh" #include "idl/keys.idl.hh" #include "idl/uuid.idl.hh" +#include "idl/position_in_partition.idl.hh" namespace db { enum class read_repair_decision : uint8_t { @@ -22,19 +23,6 @@ enum class read_repair_decision : uint8_t { }; } -enum class bound_weight : int8_t { - before_all_prefixed = -1, - equal = 0, - after_all_prefixed = 1, -} - -enum class partition_region : uint8_t { - partition_start, - static_row, - clustered, - partition_end, -}; - namespace service { namespace pager { class paging_state {