Uses of Class
org.apache.cassandra.cql3.selection.Selection
Packages that use Selection
Package
Description
-
Uses of Selection in org.apache.cassandra.cql3.selection
Methods in org.apache.cassandra.cql3.selection that return SelectionModifier and TypeMethodDescriptionstatic SelectionSelection.forColumns(TableMetadata table, List<ColumnMetadata> columns, boolean returnStaticContentOnPartitionWithNoRows) static SelectionSelection.fromSelectors(TableMetadata table, List<Selectable> selectables, VariableSpecifications boundNames, Set<ColumnMetadata> orderingColumns, Set<ColumnMetadata> nonPKRestrictedColumns, boolean hasGroupBy, boolean isJson, boolean returnStaticContentOnPartitionWithNoRows) static SelectionSelection.wildcard(TableMetadata table, boolean isJson, boolean returnStaticContentOnPartitionWithNoRows) static SelectionSelection.wildcardWithGroupByOrMaskedColumns(TableMetadata table, VariableSpecifications boundNames, Set<ColumnMetadata> orderingColumns, boolean isJson, boolean returnStaticContentOnPartitionWithNoRows) -
Uses of Selection in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that return SelectionModifier and TypeMethodDescriptionSelectStatement.getSelection()May be used by custom QueryHandler implementationsConstructors in org.apache.cassandra.cql3.statements with parameters of type SelectionModifierConstructorDescriptionSelectStatement(TableMetadata table, VariableSpecifications bindVariables, SelectStatement.Parameters parameters, Selection selection, StatementRestrictions restrictions, boolean isReversed, AggregationSpecification.Factory aggregationSpecFactory, org.apache.cassandra.cql3.statements.SelectStatement.ColumnComparator<List<ByteBuffer>> orderingComparator, Term limit, Term perPartitionLimit) -
Uses of Selection in org.apache.cassandra.metrics
Methods in org.apache.cassandra.metrics with parameters of type SelectionModifier and TypeMethodDescriptionstatic voidClientRequestSizeMetrics.recordReadResponseMetrics(ResultMessage.Rows rows, StatementRestrictions restrictions, Selection selection)