Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.selection | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Method and Description |
---|---|
ColumnIdentifier.Raw |
Operation.RawDeletion.affectedColumn()
The name of the column affected by this delete operation.
|
ColumnIdentifier.Raw |
Operation.ColumnDeletion.affectedColumn() |
ColumnIdentifier.Raw |
Operation.ElementDeletion.affectedColumn() |
ColumnIdentifier.Raw |
SingleColumnRelation.getEntity() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ColumnIdentifier.Raw> |
MultiColumnRelation.getEntities() |
Modifier and Type | Method and Description |
---|---|
static SingleColumnRelation |
SingleColumnRelation.createInRelation(ColumnIdentifier.Raw entity,
java.util.List<Term.Raw> inValues) |
protected ColumnDefinition |
Relation.toColumnDefinition(CFMetaData cfm,
ColumnIdentifier.Raw entity)
Converts the specified entity into a column definition.
|
Modifier and Type | Method and Description |
---|---|
static MultiColumnRelation |
MultiColumnRelation.createInRelation(java.util.List<ColumnIdentifier.Raw> entities,
java.util.List<? extends Term.MultiColumnRaw> inValues)
Creates a multi-column IN relation with a list of IN values or markers.
|
static MultiColumnRelation |
MultiColumnRelation.createNonInRelation(java.util.List<ColumnIdentifier.Raw> entities,
Operator relationType,
Term.MultiColumnRaw valuesOrMarker)
Creates a multi-column EQ, LT, LTE, GT, or GTE relation.
|
static MultiColumnRelation |
MultiColumnRelation.createSingleMarkerInRelation(java.util.List<ColumnIdentifier.Raw> entities,
Tuples.INRaw inMarker)
Creates a multi-column IN relation with a marker for the IN values.
|
Constructor and Description |
---|
ColumnDeletion(ColumnIdentifier.Raw id) |
ElementDeletion(ColumnIdentifier.Raw id,
Term.Raw element) |
SingleColumnRelation(ColumnIdentifier.Raw entity,
Operator type,
Term.Raw value)
Creates a new relation.
|
SingleColumnRelation(ColumnIdentifier.Raw entity,
Term.Raw mapKey,
Operator type,
Term.Raw value)
Creates a new relation.
|
Constructor and Description |
---|
TokenRelation(java.util.List<ColumnIdentifier.Raw> entities,
Operator type,
Term.Raw value) |
Constructor and Description |
---|
Raw(ColumnIdentifier.Raw id,
boolean isWritetime) |
Raw(Selectable.Raw selected,
ColumnIdentifier.Raw field) |
Modifier and Type | Field and Description |
---|---|
ColumnIdentifier.Raw |
AlterTableStatement.rawColumnName |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Pair<ColumnIdentifier.Raw,ColumnCondition.Raw>> |
ModificationStatement.Parsed.conditions |
java.util.Map<ColumnIdentifier.Raw,java.lang.Boolean> |
SelectStatement.Parameters.orderings |
Modifier and Type | Method and Description |
---|---|
static IndexTarget.Raw |
IndexTarget.Raw.fullCollection(ColumnIdentifier.Raw c) |
static IndexTarget.Raw |
IndexTarget.Raw.keysAndValuesOf(ColumnIdentifier.Raw c) |
static IndexTarget.Raw |
IndexTarget.Raw.keysOf(ColumnIdentifier.Raw c) |
static IndexTarget.Raw |
IndexTarget.Raw.valuesOf(ColumnIdentifier.Raw c) |
Constructor and Description |
---|
AlterTableStatement(CFName name,
AlterTableStatement.Type type,
ColumnIdentifier.Raw columnName,
CQL3Type.Raw validator,
CFPropDefs cfProps,
java.util.Map<ColumnIdentifier.Raw,ColumnIdentifier.Raw> renames,
boolean isStatic) |
Constructor and Description |
---|
AlterTableStatement(CFName name,
AlterTableStatement.Type type,
ColumnIdentifier.Raw columnName,
CQL3Type.Raw validator,
CFPropDefs cfProps,
java.util.Map<ColumnIdentifier.Raw,ColumnIdentifier.Raw> renames,
boolean isStatic) |
AlterTableStatement(CFName name,
AlterTableStatement.Type type,
ColumnIdentifier.Raw columnName,
CQL3Type.Raw validator,
CFPropDefs cfProps,
java.util.Map<ColumnIdentifier.Raw,ColumnIdentifier.Raw> renames,
boolean isStatic) |
Parameters(java.util.Map<ColumnIdentifier.Raw,java.lang.Boolean> orderings,
boolean isDistinct,
boolean allowFiltering,
boolean isJson) |
Parsed(CFName name,
Attributes.Raw attrs,
java.util.List<Operation.RawDeletion> deletions,
java.util.List<Relation> whereClause,
java.util.List<Pair<ColumnIdentifier.Raw,ColumnCondition.Raw>> conditions,
boolean ifExists) |
Parsed(CFName name,
Attributes.Raw attrs,
java.util.List<Pair<ColumnIdentifier.Raw,ColumnCondition.Raw>> conditions,
boolean ifNotExists,
boolean ifExists) |
ParsedInsert(CFName name,
Attributes.Raw attrs,
java.util.List<ColumnIdentifier.Raw> columnNames,
java.util.List<Term.Raw> columnValues,
boolean ifNotExists)
A parsed
INSERT statement. |
ParsedUpdate(CFName name,
Attributes.Raw attrs,
java.util.List<Pair<ColumnIdentifier.Raw,Operation.RawUpdate>> updates,
java.util.List<Relation> whereClause,
java.util.List<Pair<ColumnIdentifier.Raw,ColumnCondition.Raw>> conditions,
boolean ifExists)
Creates a new UpdateStatement from a column family name, columns map, consistency
level, and key term.
|
ParsedUpdate(CFName name,
Attributes.Raw attrs,
java.util.List<Pair<ColumnIdentifier.Raw,Operation.RawUpdate>> updates,
java.util.List<Relation> whereClause,
java.util.List<Pair<ColumnIdentifier.Raw,ColumnCondition.Raw>> conditions,
boolean ifExists)
Creates a new UpdateStatement from a column family name, columns map, consistency
level, and key term.
|
Copyright © 2020 The Apache Software Foundation