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.
|
Modifier and Type | Field and Description |
---|---|
protected DataType.Name |
DataType.name |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DataType.Name.isCompatibleWith(DataType.Name that)
Return
true if the provided Name is equal to this one, or if they are aliases for
each other, and false otherwise. |
Constructor and Description |
---|
DataType(DataType.Name name) |
Copyright © 2009-2022 The Apache Software Foundation