Uses of Class
org.apache.cassandra.cql3.functions.types.DataType.CustomType
-
Packages that use DataType.CustomType 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. -
-
Uses of DataType.CustomType in org.apache.cassandra.cql3.functions.types
Methods in org.apache.cassandra.cql3.functions.types that return DataType.CustomType Modifier and Type Method Description static DataType.CustomType
DataType. custom(java.lang.String typeClassName)
Returns a Custom type.Methods in org.apache.cassandra.cql3.functions.types with parameters of type DataType.CustomType Modifier and Type Method Description static TypeCodec<java.nio.ByteBuffer>
TypeCodec. custom(DataType.CustomType type)
Return a newly-created codec for the given CQL custom type.
-