adelapena commented on code in PR #2556:
URL: https://github.com/apache/cassandra/pull/2556#discussion_r1379946140
##########
src/java/org/apache/cassandra/cql3/MultiColumnRelation.java:
##########
@@ -95,6 +96,17 @@ public static MultiColumnRelation
createInRelation(List<ColumnIdentifier> entiti
return new MultiColumnRelation(entities, Operator.IN, null, inValues,
null);
}
+ /**
+ * Creates a multi-column NOT IN relation with a list of NOT IN values or
markers.
+ * For example: "SELECT ... WHERE (a, b) NOT IN ((0, 1), (2, 3))"
Review Comment:
```suggestion
* For example: {code SELECT ... WHERE (a, b) NOT IN ((0, 1), (2, 3))}
*
```
--
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]