mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 09:00:35 +00:00
Use expressions instead of _clustering_columns_restrictions. This is a step towards replacing the entire restrictions class hierarchy with expressions. Update some expected results in unit tests to reflect the new code. These new results are equivalent to the old ones in how storage_proxy::query() will process them (details: bound_view::from_range() returns the same result for an empty-prefix singular as for (-inf,+inf)). Signed-off-by: Dejan Mircevski <dejan@scylladb.com>