| Package | Description |
|---|---|
| org.apache.cassandra.cql3 | |
| org.apache.cassandra.cql3.statements | |
| org.apache.cassandra.db.marshal |
| 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) |
| Constructor and Description |
|---|
Relation(ColumnIdentifier entity,
Relation.Type type,
Term.Raw value)
Creates a new relation.
|
Relation(ColumnIdentifier entity,
Relation.Type type,
Term.Raw value,
boolean onToken) |
Relation(ColumnIdentifier entity,
Relation.Type type,
Term.Raw value,
ColumnIdentifier previousInTuple) |
| Modifier and Type | Method and Description |
|---|---|
Relation.Type |
Restriction.Slice.getRelation(Bound eocBound,
Bound inclusiveBound) |
| Modifier and Type | Method and Description |
|---|---|
void |
Restriction.Slice.setBound(ColumnIdentifier name,
Relation.Type type,
Term t,
ColumnIdentifier previousName) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
CompositeType.Builder.buildForRelation(Relation.Type op) |
Copyright © 2014 The Apache Software Foundation