Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.db.marshal |
Modifier and Type | Field and Description |
---|---|
protected Relation.Type |
Relation.relationType |
Modifier and Type | Method and Description |
---|---|
Relation.Type |
Relation.operator() |
static Relation.Type |
Relation.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Relation.Type[] |
Relation.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
ColumnNameBuilder.buildForRelation(Relation.Type op) |
static MultiColumnRelation |
MultiColumnRelation.createNonInRelation(java.util.List<ColumnIdentifier> entities,
Relation.Type relationType,
Term.MultiColumnRaw valuesOrMarker)
Creates a multi-column EQ, LT, LTE, GT, or GTE relation.
|
Constructor and Description |
---|
SingleColumnRelation(ColumnIdentifier entity,
Relation.Type type,
Term.Raw value)
Creates a new relation.
|
SingleColumnRelation(ColumnIdentifier entity,
Relation.Type type,
Term.Raw value,
boolean onToken) |
Modifier and Type | Method and Description |
---|---|
Relation.Type |
Restriction.Slice.getRelation(Bound eocBound,
Bound inclusiveBound) |
Relation.Type |
SingleColumnRestriction.Slice.getRelation(Bound eocBound,
Bound inclusiveBound) |
Modifier and Type | Method and Description |
---|---|
void |
Restriction.Slice.setBound(Relation.Type type,
Term t) |
void |
SingleColumnRestriction.Slice.setBound(Relation.Type type,
Term t) |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
CompositeType.Builder.buildForRelation(Relation.Type op) |
Copyright © 2014 The Apache Software Foundation