| Package | Description |
|---|---|
| org.apache.cassandra.cql3 | |
| org.apache.cassandra.cql3.restrictions | |
| org.apache.cassandra.cql3.statements |
| Modifier and Type | Method and Description |
|---|---|
IndexName |
CqlParser.indexName() |
IndexName |
Cql_Parser.indexName() |
| Modifier and Type | Method and Description |
|---|---|
void |
CqlParser.idxName(IndexName name) |
void |
Cql_Parser.idxName(IndexName name) |
| Modifier and Type | Field and Description |
|---|---|
IndexName |
CustomIndexExpression.targetIndex |
| Constructor and Description |
|---|
CustomIndexExpression(IndexName targetIndex,
Term.Raw value) |
| Constructor and Description |
|---|
CreateIndexStatement(CFName name,
IndexName indexName,
java.util.List<IndexTarget.Raw> targets,
IndexPropDefs properties,
boolean ifNotExists) |
DropIndexStatement(IndexName indexName,
boolean ifExists) |
Copyright © 2009-2019 The Apache Software Foundation