Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.filter | |
org.apache.cassandra.db.index.composites | |
org.apache.cassandra.db.index.keys |
Modifier and Type | Method and Description |
---|---|
java.util.List<Row> |
ColumnFamilyStore.filter(ColumnFamilyStore.AbstractScanIterator rowIterator,
ExtendedFilter filter) |
Modifier and Type | Method and Description |
---|---|
static ExtendedFilter |
ExtendedFilter.create(ColumnFamilyStore cfs,
IDiskAtomFilter filter,
java.util.List<IndexExpression> clause,
int maxResults,
boolean countCQL3Rows,
boolean isPaging) |
Modifier and Type | Method and Description |
---|---|
ColumnFamilyStore.AbstractScanIterator |
CompositesSearcher.getIndexedIterator(AbstractBounds<RowPosition> range,
ExtendedFilter filter) |
Modifier and Type | Method and Description |
---|---|
ColumnFamilyStore.AbstractScanIterator |
KeysSearcher.getIndexedIterator(AbstractBounds<RowPosition> range,
ExtendedFilter filter) |
Copyright © 2014 The Apache Software Foundation