Package | Description |
---|---|
org.apache.cassandra.db.filter | |
org.apache.cassandra.db.index |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<RowFilter.Expression> |
RowFilter.expressions |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<RowFilter.Expression> |
RowFilter.iterator() |
Modifier and Type | Method and Description |
---|---|
RowFilter |
RowFilter.without(RowFilter.Expression expression)
Returns this filter but without the provided expression.
|
Modifier and Type | Method and Description |
---|---|
protected abstract RowFilter |
RowFilter.withNewExpressions(java.util.List<RowFilter.Expression> expressions) |
Constructor and Description |
---|
RowFilter(java.util.List<RowFilter.Expression> expressions) |
Modifier and Type | Method and Description |
---|---|
protected RowFilter.Expression |
SecondaryIndexSearcher.highestSelectivityPredicate(RowFilter filter,
boolean includeInTrace) |
RowFilter.Expression |
SecondaryIndexSearcher.primaryClause(ReadCommand command) |
Copyright © 2015 The Apache Software Foundation