Uses of Class
org.apache.cassandra.cql3.functions.types.DataType.CollectionType
Packages that use DataType.CollectionType
Package
Description
Contains pieces of the Java Driver that are needed to handle data types
in C* User-Defined-Functions/Aggregates.
-
Uses of DataType.CollectionType in org.apache.cassandra.cql3.functions.types
Methods in org.apache.cassandra.cql3.functions.types that return DataType.CollectionTypeModifier and TypeMethodDescriptionstatic DataType.CollectionTypeReturns the type of "not frozen" lists ofelementTypeelements.static DataType.CollectionTypeReturns the type of lists ofelementTypeelements.static DataType.CollectionTypeReturns the type of "not frozen" maps ofkeyTypetovalueTypeelements.static DataType.CollectionTypeReturns the type of maps ofkeyTypetovalueTypeelements.static DataType.CollectionTypeReturns the type of "not frozen" sets ofelementTypeelements.static DataType.CollectionTypeReturns the type of sets ofelementTypeelements.