Uses of Class
org.apache.cassandra.cql3.functions.types.UserType
-
Packages that use UserType 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 -
-
Uses of UserType in org.apache.cassandra.cql3.functions.types
Fields in org.apache.cassandra.cql3.functions.types declared as UserType Modifier and Type Field Description protected UserType
TypeCodec.AbstractUDTCodec. definition
Methods in org.apache.cassandra.cql3.functions.types that return UserType Modifier and Type Method Description UserType
UserType. copy(boolean newFrozen)
UserType
UDTValue. getType()
The UDT this is a value of.Methods in org.apache.cassandra.cql3.functions.types with parameters of type UserType Modifier and Type Method Description static TypeCodec<UDTValue>
TypeCodec. userType(UserType type)
Return a newly-created codec for the given user-defined CQL type. -
Uses of UserType in org.apache.cassandra.io.sstable
Methods in org.apache.cassandra.io.sstable that return UserType Modifier and Type Method 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.
-