Package | Description |
---|---|
org.apache.cassandra.cql3.restrictions | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Method and Description |
---|---|
static StatementRestrictions |
StatementRestrictions.empty(CFMetaData cfm)
Creates a new empty
StatementRestrictions . |
Modifier and Type | Method and Description |
---|---|
StatementRestrictions |
SelectStatement.getRestrictions()
May be used by custom QueryHandler implementations
|
Constructor and Description |
---|
SelectStatement(CFMetaData cfm,
int boundTerms,
SelectStatement.Parameters parameters,
Selection selection,
StatementRestrictions restrictions,
boolean isReversed,
java.util.Comparator<java.util.List<java.nio.ByteBuffer>> orderingComparator,
Term limit) |
Copyright © 2020 The Apache Software Foundation