Uses of Class
org.apache.cassandra.cql3.WhereClause
Packages that use WhereClause
Package
Description
-
Uses of WhereClause in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return WhereClauseModifier and TypeMethodDescriptionWhereClause.Builder.build()static WhereClauseWhereClause.empty()static WhereClauseWhereClause.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 WhereClauseModifierConstructorDescriptionStatementRestrictions(ClientState state, StatementType type, TableMetadata table, WhereClause whereClause, VariableSpecifications boundNames, List<Ordering> orderings, boolean selectsOnlyStaticColumns, boolean allowFiltering, boolean forView) StatementRestrictions(ClientState state, StatementType type, TableMetadata table, WhereClause whereClause, VariableSpecifications boundNames, List<Ordering> orderings, 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 WhereClauseMethods in org.apache.cassandra.cql3.statements with parameters of type WhereClauseModifier and TypeMethodDescriptionprotected 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 WhereClauseModifierConstructorDescriptionParsed(QualifiedName name, Attributes.Raw attrs, List<Operation.RawDeletion> deletions, WhereClause whereClause, List<Pair<ColumnIdentifier, ColumnCondition.Raw>> conditions, boolean ifExists) ParsedUpdate(QualifiedName name, Attributes.Raw attrs, List<Pair<ColumnIdentifier, Operation.RawUpdate>> updates, WhereClause whereClause, 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, 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 WhereClauseModifierConstructorDescriptionCreateViewStatement(String keyspaceName, String tableName, String viewName, List<RawSelector> rawColumns, List<ColumnIdentifier> partitionKeyColumns, List<ColumnIdentifier> clusteringColumns, WhereClause whereClause, LinkedHashMap<ColumnIdentifier, Boolean> clusteringOrder, TableAttributes attrs, boolean ifNotExists) Raw(QualifiedName tableName, QualifiedName viewName, List<RawSelector> rawColumns, WhereClause whereClause, boolean ifNotExists) -
Uses of WhereClause in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as WhereClauseConstructors in org.apache.cassandra.schema with parameters of type WhereClauseModifierConstructorDescriptionViewMetadata(TableId baseTableId, String baseTableName, boolean includeAllColumns, WhereClause whereClause, TableMetadata metadata)