Uses of Class
org.apache.cassandra.cql3.restrictions.StatementRestrictions
Packages that use StatementRestrictions
Package
Description
-
Uses of StatementRestrictions in org.apache.cassandra.cql3.restrictions
Methods in org.apache.cassandra.cql3.restrictions that return StatementRestrictionsModifier and TypeMethodDescriptionstatic StatementRestrictionsStatementRestrictions.empty(StatementType type, TableMetadata table) Creates a new emptyStatementRestrictions. -
Uses of StatementRestrictions in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that return StatementRestrictionsModifier and TypeMethodDescriptionModificationStatement.getRestrictions()SelectStatement.getRestrictions()May be used by custom QueryHandler implementationsprotected StatementRestrictionsModificationStatement.Parsed.newRestrictions(ClientState state, TableMetadata metadata, VariableSpecifications boundNames, Operations operations, WhereClause where, Conditions conditions, List<Ordering> orderings) Creates the restrictions.Constructors in org.apache.cassandra.cql3.statements with parameters of type StatementRestrictionsModifierConstructorDescriptionModificationStatement(StatementType type, VariableSpecifications bindVariables, TableMetadata metadata, Operations operations, StatementRestrictions restrictions, Conditions conditions, Attributes attrs) SelectStatement(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 StatementRestrictions in org.apache.cassandra.metrics
Methods in org.apache.cassandra.metrics with parameters of type StatementRestrictionsModifier and TypeMethodDescriptionstatic voidClientRequestSizeMetrics.recordReadResponseMetrics(ResultMessage.Rows rows, StatementRestrictions restrictions, Selection selection)