jasonstack commented on code in PR #3433:
URL: https://github.com/apache/cassandra/pull/3433#discussion_r1743062968
##########
src/java/org/apache/cassandra/db/filter/RowFilter.java:
##########
@@ -383,6 +383,30 @@ public RowFilter without(ColumnMetadata column, Operator
op, ByteBuffer value)
return withNewExpressions(newExpressions);
}
+ /**
+ * @return a copy of this filter without any primary key expressions, or
simply itself if non exist already
+ */
+ public RowFilter withoutKeyExpressions()
Review Comment:
Talked to Caleb, it makes sense to skip RFP if only primary key columns are
filtered
--
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]