Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.restrictions |
Modifier and Type | Method and Description |
---|---|
static ColumnFilter |
SuperColumnCompatibility.getColumnFilter(CFMetaData cfm,
QueryOptions queryOptions,
SuperColumnCompatibility.SuperColumnRestrictions restrictions)
For _dense_ SuperColumn Families, the supercolumn key column has to be translated to the collection subselection
query in order to avoid reading an entire collection and then filtering out the results.
|
static void |
SuperColumnCompatibility.processPartition(CFMetaData cfm,
Selection selection,
RowIterator partition,
Selection.ResultSetBuilder result,
ProtocolVersion protocolVersion,
SuperColumnCompatibility.SuperColumnRestrictions restrictions,
QueryOptions queryOptions)
For _dense_ SuperColumn Families.
|
Modifier and Type | Method and Description |
---|---|
SuperColumnCompatibility.SuperColumnRestrictions |
StatementRestrictions.getSuperColumnRestrictions() |
Copyright © 2018 The Apache Software Foundation