Package | Description |
---|---|
org.apache.cassandra.cql3.functions.types |
Contains pieces of the Java Driver that are needed to handle data types
in C* User-Defined-Functions/Aggregates.
|
Modifier and Type | Field and Description |
---|---|
protected TupleType |
TypeCodec.AbstractTupleCodec.definition |
Modifier and Type | Method and Description |
---|---|
TupleType |
TupleValue.getType()
The tuple type this is a value of.
|
static TupleType |
TupleType.of(ProtocolVersion protocolVersion,
CodecRegistry codecRegistry,
DataType... types)
Creates a "disconnected" tuple type (you should prefer
Metadata#newTupleType(DataType...) cluster.getMetadata().newTupleType(...) whenever
possible). |
Modifier and Type | Method and Description |
---|---|
boolean |
TupleType.contains(TupleType other)
Return
true if this tuple type contains the given tuple type, and false
otherwise. |
static TypeCodec<TupleValue> |
TypeCodec.tuple(TupleType type)
Return a newly-created codec for the given CQL tuple type.
|
Copyright © 2009-2022 The Apache Software Foundation