diff --git a/cql3/relation.hh b/cql3/relation.hh index 83a66c35cf..a9c8216ddb 100644 --- a/cql3/relation.hh +++ b/cql3/relation.hh @@ -106,8 +106,7 @@ public: * @return true if the operator of this relation is a Slice, false otherwise. */ virtual bool is_slice() final { - return _relation_type == operator_type:: - GT + return _relation_type == operator_type::GT || _relation_type == operator_type::GTE || _relation_type == operator_type::LTE || _relation_type ==