Modifier and Type | Method and 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
|
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
WhereClause |
SelectStatement.RawStatement.whereClause |
Modifier and Type | Method and Description |
---|---|
protected StatementRestrictions |
ModificationStatement.Parsed.newRestrictions(TableMetadata metadata,
VariableSpecifications boundNames,
Operations operations,
WhereClause where,
Conditions conditions)
Creates the restrictions.
|
Constructor and 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) |
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
WhereClause |
ViewMetadata.whereClause |
Constructor and Description |
---|
ViewMetadata(TableId baseTableId,
java.lang.String baseTableName,
boolean includeAllColumns,
WhereClause whereClause,
TableMetadata metadata) |
Copyright © 2009-2022 The Apache Software Foundation