Uses of Class
org.apache.cassandra.cql3.WhereClause
-
-
Uses of WhereClause in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return WhereClause Modifier and Type Method Description WhereClause
WhereClause.Builder. build()
static WhereClause
WhereClause. empty()
static WhereClause
WhereClause. parse(java.lang.String cql)
WhereClause
WhereClause. renameIdentifier(ColumnIdentifier from, ColumnIdentifier to)
Renames identifiers in all relations -
Uses of WhereClause in org.apache.cassandra.cql3.restrictions
Constructors in org.apache.cassandra.cql3.restrictions with parameters of type WhereClause Constructor Description StatementRestrictions(StatementType type, TableMetadata table, WhereClause whereClause, VariableSpecifications boundNames, boolean selectsOnlyStaticColumns, boolean allowFiltering, boolean forView)
StatementRestrictions(StatementType type, TableMetadata table, WhereClause whereClause, VariableSpecifications boundNames, boolean selectsOnlyStaticColumns, boolean allowUseOfSecondaryIndices, boolean allowFiltering, boolean forView)
-
Uses of WhereClause in org.apache.cassandra.cql3.statements
Fields in org.apache.cassandra.cql3.statements declared as WhereClause Modifier and Type Field Description WhereClause
SelectStatement.RawStatement. whereClause
Methods in org.apache.cassandra.cql3.statements with parameters of type WhereClause Modifier and Type Method Description protected StatementRestrictions
ModificationStatement.Parsed. newRestrictions(TableMetadata metadata, VariableSpecifications boundNames, Operations operations, WhereClause where, Conditions conditions)
Creates the restrictions.Constructors in org.apache.cassandra.cql3.statements with parameters of type WhereClause Constructor Description Parsed(QualifiedName name, Attributes.Raw attrs, java.util.List<Operation.RawDeletion> deletions, WhereClause whereClause, java.util.List<Pair<ColumnIdentifier,ColumnCondition.Raw>> conditions, boolean ifExists)
ParsedUpdate(QualifiedName name, Attributes.Raw attrs, java.util.List<Pair<ColumnIdentifier,Operation.RawUpdate>> updates, WhereClause whereClause, java.util.List<Pair<ColumnIdentifier,ColumnCondition.Raw>> conditions, boolean ifExists)
Creates a new UpdateStatement from a column family name, columns map, consistency level, and key term.RawStatement(QualifiedName cfName, SelectStatement.Parameters parameters, java.util.List<RawSelector> selectClause, WhereClause whereClause, Term.Raw limit, Term.Raw perPartitionLimit)
-
Uses of WhereClause in org.apache.cassandra.cql3.statements.schema
Constructors in org.apache.cassandra.cql3.statements.schema with parameters of type WhereClause Constructor Description CreateViewStatement(java.lang.String keyspaceName, java.lang.String tableName, java.lang.String viewName, java.util.List<RawSelector> rawColumns, java.util.List<ColumnIdentifier> partitionKeyColumns, java.util.List<ColumnIdentifier> clusteringColumns, WhereClause whereClause, java.util.LinkedHashMap<ColumnIdentifier,java.lang.Boolean> clusteringOrder, TableAttributes attrs, boolean ifNotExists)
Raw(QualifiedName tableName, QualifiedName viewName, java.util.List<RawSelector> rawColumns, WhereClause whereClause, boolean ifNotExists)
-
Uses of WhereClause in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as WhereClause Modifier and Type Field Description WhereClause
ViewMetadata. whereClause
Constructors in org.apache.cassandra.schema with parameters of type WhereClause Constructor Description ViewMetadata(TableId baseTableId, java.lang.String baseTableName, boolean includeAllColumns, WhereClause whereClause, TableMetadata metadata)
-