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