Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Method and Description |
---|---|
void |
CqlParser.indexIdent(java.util.List<IndexTarget.Raw> targets) |
Modifier and Type | Method and Description |
---|---|
static IndexTarget.Raw |
IndexTarget.Raw.fullCollection(ColumnIdentifier.Raw c) |
static IndexTarget.Raw |
IndexTarget.Raw.keysAndValuesOf(ColumnIdentifier.Raw c) |
static IndexTarget.Raw |
IndexTarget.Raw.keysOf(ColumnIdentifier.Raw c) |
static IndexTarget.Raw |
IndexTarget.Raw.simpleIndexOn(ColumnIdentifier.Raw c) |
static IndexTarget.Raw |
IndexTarget.Raw.valuesOf(ColumnIdentifier.Raw c) |
Constructor and Description |
---|
CreateIndexStatement(CFName name,
IndexName indexName,
java.util.List<IndexTarget.Raw> targets,
IndexPropDefs properties,
boolean ifNotExists) |
Copyright © 2016 The Apache Software Foundation