Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.selection | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
static Selection |
Selection.forColumns(CFMetaData cfm,
java.util.List<ColumnDefinition> columns) |
static Selection |
Selection.fromSelectors(CFMetaData cfm,
java.util.List<RawSelector> rawSelectors,
VariableSpecifications boundNames,
boolean hasGroupBy) |
static Selection |
Selection.wildcard(CFMetaData cfm) |
static Selection |
Selection.wildcardWithGroupBy(CFMetaData cfm,
VariableSpecifications boundNames) |
Modifier and Type | Method and Description |
---|---|
Selection |
SelectStatement.getSelection()
May be used by custom QueryHandler implementations
|
Constructor and Description |
---|
SelectStatement(CFMetaData cfm,
int boundTerms,
SelectStatement.Parameters parameters,
Selection selection,
StatementRestrictions restrictions,
boolean isReversed,
AggregationSpecification aggregationSpec,
java.util.Comparator<java.util.List<java.nio.ByteBuffer>> orderingComparator,
Term limit,
Term perPartitionLimit) |
Copyright © 2020 The Apache Software Foundation