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 WhereClauseWhereClause.Builder. build()static WhereClauseWhereClause. empty()static WhereClauseWhereClause. parse(java.lang.String cql)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 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 WhereClauseSelectStatement.RawStatement. whereClauseMethods in org.apache.cassandra.cql3.statements with parameters of type WhereClause Modifier and Type Method Description protected StatementRestrictionsModificationStatement.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 WhereClauseViewMetadata. whereClauseConstructors 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)
-