Uses of Class
org.apache.cassandra.cql3.functions.types.DataType.CustomType
Packages that use DataType.CustomType
Package
Description
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.CustomTypeMethods in org.apache.cassandra.cql3.functions.types with parameters of type DataType.CustomTypeModifier and TypeMethodDescriptionstatic TypeCodec<ByteBuffer>TypeCodec.custom(DataType.CustomType type) Return a newly-created codec for the given CQL custom type.