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 |
---|---|
static DataType.CustomType |
DataType.custom(java.lang.String typeClassName)
Returns a Custom type.
|
Modifier and Type | Method and Description |
---|---|
static TypeCodec<java.nio.ByteBuffer> |
TypeCodec.custom(DataType.CustomType type)
Return a newly-created codec for the given CQL custom type.
|
Copyright © 2009-2020 The Apache Software Foundation