| 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.
|
| org.apache.cassandra.io.sstable |
| Modifier and Type | Field and Description |
|---|---|
protected UserType |
TypeCodec.AbstractUDTCodec.definition |
| Modifier and Type | Method and Description |
|---|---|
UserType |
UserType.copy(boolean newFrozen) |
UserType |
UDTValue.getType()
The UDT this is a value of.
|
| Modifier and Type | Method and Description |
|---|---|
static TypeCodec<UDTValue> |
TypeCodec.userType(UserType type)
Return a newly-created codec for the given user-defined CQL type.
|
| Modifier and Type | Method and Description |
|---|---|
UserType |
CQLSSTableWriter.getUDType(java.lang.String dataType)
Returns the User Defined type, used in this SSTable Writer, that can
be used to create UDTValue instances.
|
Copyright © 2009-2022 The Apache Software Foundation