Uses of Class
org.apache.cassandra.cql3.functions.types.DataType.Name
-
Packages that use DataType.Name 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.Name in org.apache.cassandra.cql3.functions.types
Fields in org.apache.cassandra.cql3.functions.types declared as DataType.Name Modifier and Type Field Description protected DataType.Name
DataType. name
Methods in org.apache.cassandra.cql3.functions.types that return DataType.Name Modifier and Type Method Description DataType.Name
DataType. getName()
Returns the name of that type.static DataType.Name
DataType.Name. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DataType.Name[]
DataType.Name. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.cql3.functions.types with parameters of type DataType.Name Modifier and Type Method Description boolean
DataType.Name. isCompatibleWith(DataType.Name that)
Returntrue
if the provided Name is equal to this one, or if they are aliases for each other, andfalse
otherwise.Constructors in org.apache.cassandra.cql3.functions.types with parameters of type DataType.Name Constructor Description DataType(DataType.Name name)
-