diff --git a/query-request.hh b/query-request.hh index 4df3d70c20..8ddaba11e3 100644 --- a/query-request.hh +++ b/query-request.hh @@ -29,12 +29,13 @@ bool is_wrap_around(const query::partition_range& range, const schema& s) { // Can be accessed across cores. class partition_slice { public: - enum class option { send_clustering_key, send_partition_key, send_timestamp_and_expiry, reversed }; + enum class option { send_clustering_key, send_partition_key, send_timestamp_and_expiry, reversed, distinct }; using option_set = enum_set>; + option::reversed, + option::distinct>>; public: std::vector row_ranges; std::vector static_columns; // TODO: consider using bitmap