Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.functions | |
org.apache.cassandra.db.marshal | |
org.apache.cassandra.schema |
Modifier and Type | Method and Description |
---|---|
SchemaElement.SchemaElementType |
SchemaElement.elementType()
Return the schema element type
|
static SchemaElement.SchemaElementType |
SchemaElement.SchemaElementType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SchemaElement.SchemaElementType[] |
SchemaElement.SchemaElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SchemaElement.SchemaElementType |
UDAggregate.elementType() |
SchemaElement.SchemaElementType |
UDFunction.elementType() |
Modifier and Type | Method and Description |
---|---|
SchemaElement.SchemaElementType |
UserType.elementType() |
Modifier and Type | Method and Description |
---|---|
SchemaElement.SchemaElementType |
KeyspaceMetadata.elementType() |
SchemaElement.SchemaElementType |
TableMetadata.elementType() |
SchemaElement.SchemaElementType |
ViewMetadata.elementType() |
Copyright © 2009-2020 The Apache Software Foundation