| Package | Description |
|---|---|
| org.apache.cassandra.cql3.selection | |
| org.apache.cassandra.cql3.statements |
| 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) |
| 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 © 2017 The Apache Software Foundation