Package | Description |
---|---|
org.apache.cassandra.cql3 | |
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 |
---|---|
ColumnNameBuilder |
ColumnNameBuilder.add(java.nio.ByteBuffer t,
Relation.Type op)
Add a new ByteBuffer as the next component for this name.
|
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) |
Modifier and Type | Method and Description |
---|---|
CompositeType.Builder |
CompositeType.Builder.add(java.nio.ByteBuffer buffer,
Relation.Type op) |
Copyright © 2014 The Apache Software Foundation