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.NameDataType. nameMethods in org.apache.cassandra.cql3.functions.types that return DataType.Name Modifier and Type Method Description DataType.NameDataType. getName()Returns the name of that type.static DataType.NameDataType.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 booleanDataType.Name. isCompatibleWith(DataType.Name that)Returntrueif the provided Name is equal to this one, or if they are aliases for each other, andfalseotherwise.Constructors in org.apache.cassandra.cql3.functions.types with parameters of type DataType.Name Constructor Description DataType(DataType.Name name)
-