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 ==