Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.db.marshal |
Modifier and Type | Field and Description |
---|---|
TupleType |
Tuples.DelayedValue.type |
Modifier and Type | Method and Description |
---|---|
static TupleType |
Tuples.getTupleType(AbstractType<?> tuple) |
Modifier and Type | Method and Description |
---|---|
static CQL3Type.Tuple |
CQL3Type.Tuple.create(TupleType type) |
static Tuples.Value |
Tuples.Value.fromSerialized(java.nio.ByteBuffer bytes,
TupleType type) |
Constructor and Description |
---|
DelayedValue(TupleType type,
java.util.List<Term> elements) |
Modifier and Type | Class and Description |
---|---|
class |
UserType
A user defined type.
|
Modifier and Type | Method and Description |
---|---|
static TupleType |
TupleType.getInstance(TypeParser parser) |
Copyright © 2020 The Apache Software Foundation