Package | Description |
---|---|
org.apache.cassandra.cql3.selection | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Method and Description |
---|---|
static Selection |
Selection.forColumns(TableMetadata table,
java.util.List<ColumnMetadata> columns,
boolean returnStaticContentOnPartitionWithNoRows) |
static Selection |
Selection.fromSelectors(TableMetadata table,
java.util.List<Selectable> selectables,
VariableSpecifications boundNames,
java.util.Set<ColumnMetadata> orderingColumns,
java.util.Set<ColumnMetadata> nonPKRestrictedColumns,
boolean hasGroupBy,
boolean isJson,
boolean returnStaticContentOnPartitionWithNoRows) |
static Selection |
Selection.wildcard(TableMetadata table,
boolean isJson,
boolean returnStaticContentOnPartitionWithNoRows) |
static Selection |
Selection.wildcardWithGroupBy(TableMetadata table,
VariableSpecifications boundNames,
boolean isJson,
boolean returnStaticContentOnPartitionWithNoRows) |
Modifier and Type | Method and Description |
---|---|
Selection |
SelectStatement.getSelection()
May be used by custom QueryHandler implementations
|
Constructor and Description |
---|
SelectStatement(TableMetadata table,
VariableSpecifications bindVariables,
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 © 2009-2022 The Apache Software Foundation