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) |
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,
java.util.Comparator<java.util.List<java.nio.ByteBuffer>> orderingComparator,
Term limit) |
Copyright © 2020 The Apache Software Foundation