Package | Description |
---|---|
org.apache.cassandra.cql3.statements |
Modifier and Type | Method and Description |
---|---|
static IndexTarget.Raw |
IndexTarget.Raw.fullCollection(ColumnIdentifier.Raw c) |
static IndexTarget.Raw |
IndexTarget.Raw.keysOf(ColumnIdentifier.Raw c) |
static IndexTarget.Raw |
IndexTarget.Raw.valuesOf(ColumnIdentifier.Raw c) |
Constructor and Description |
---|
CreateIndexStatement(CFName name,
IndexName indexName,
IndexTarget.Raw target,
IndexPropDefs properties,
boolean ifNotExists) |
Copyright © 2020 The Apache Software Foundation