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 | Method and Description |
---|---|
protected CodecRegistry |
TupleValue.getCodecRegistry() |
protected CodecRegistry |
UDTValue.getCodecRegistry() |
CodecRegistry |
CodecRegistry.register(java.lang.Iterable<? extends TypeCodec<?>> codecs)
Register the given codecs with this registry.
|
CodecRegistry |
CodecRegistry.register(TypeCodec<?>... codecs)
Register the given codecs with this registry.
|
CodecRegistry |
CodecRegistry.register(TypeCodec<?> newCodec)
Register the given codec with this registry.
|
Modifier and Type | Method and Description |
---|---|
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). |
static DataType |
DataTypeClassNameParser.parseOne(java.lang.String className,
ProtocolVersion protocolVersion,
CodecRegistry codecRegistry) |
Copyright © 2009-2022 The Apache Software Foundation