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 SelectionSelection. forColumns(TableMetadata table, java.util.List<ColumnMetadata> columns, boolean returnStaticContentOnPartitionWithNoRows)static SelectionSelection. 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 SelectionSelection. wildcard(TableMetadata table, boolean isJson, boolean returnStaticContentOnPartitionWithNoRows)static SelectionSelection. 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 SelectionSelectStatement. 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.Factory aggregationSpecFactory, java.util.Comparator<java.util.List<java.nio.ByteBuffer>> orderingComparator, Term limit, Term perPartitionLimit)
-