bereng commented on code in PR #2105:
URL: https://github.com/apache/cassandra/pull/2105#discussion_r1083865004
##########
src/java/org/apache/cassandra/cql3/restrictions/ClusteringColumnRestrictions.java:
##########
@@ -228,5 +228,9 @@ private boolean handleInFilter(SingleRestriction
restriction, int index)
{
return restriction.isContains() || restriction.isLIKE() || index !=
restriction.getFirstColumn().position();
}
-
+
+ public RestrictionSet getRestrictionSet()
Review Comment:
Could this be more useful in `RestrictionSetWrapper` ? At the end of the day
it's like calling `getColumnDefs()` and iterating while calling
`getRestrictions(ColumnMetadata columnDef)`, which all live in the super.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]