Modifier and Type | Class and Description |
---|---|
static class |
RowFilter.CustomExpression
A custom index expression for use with 2i implementations which support custom syntax and which are not
necessarily linked to a single column in the base table.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<RowFilter.Expression> |
RowFilter.expressions |
Modifier and Type | Method and Description |
---|---|
java.util.List<RowFilter.Expression> |
RowFilter.getExpressions() |
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) |
Constructor and Description |
---|
CassandraIndexSearcher(ReadCommand command,
RowFilter.Expression expression,
CassandraIndex index) |
Constructor and Description |
---|
CompositesSearcher(ReadCommand command,
RowFilter.Expression expression,
CassandraIndex index) |
Constructor and Description |
---|
KeysSearcher(ReadCommand command,
RowFilter.Expression expression,
CassandraIndex indexer) |
Copyright © 2016 The Apache Software Foundation