adelapena commented on code in PR #2556:
URL: https://github.com/apache/cassandra/pull/2556#discussion_r1379947135


##########
src/java/org/apache/cassandra/cql3/MultiColumnRelation.java:
##########
@@ -107,6 +119,18 @@ public static MultiColumnRelation 
createSingleMarkerInRelation(List<ColumnIdenti
         return new MultiColumnRelation(entities, Operator.IN, null, null, 
inMarker);
     }
 
+    /**
+     * Creates a multi-column NOT IN relation with a marker for the NOT IN 
values.
+     * For example: "SELECT ... WHERE (a, b) NOT IN ?"

Review Comment:
   ```suggestion
        * For example: {@code SELECT ... WHERE (a, b) NOT IN ?}
        *
   ```



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

Reply via email to