Uses of Class
org.apache.cassandra.cql3.selection.Selection
-
Packages that use Selection Package Description org.apache.cassandra.cql3.selection org.apache.cassandra.cql3.statements -
-
Uses of Selection in org.apache.cassandra.cql3.selection
Methods in org.apache.cassandra.cql3.selection that return Selection Modifier and Type Method 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)
-
Uses of Selection in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that return Selection Modifier and Type Method Description Selection
SelectStatement. getSelection()
May be used by custom QueryHandler implementationsConstructors in org.apache.cassandra.cql3.statements with parameters of type Selection Constructor 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)
-