Uses of Class
org.apache.cassandra.cql3.statements.schema.IndexAttributes
Packages that use IndexAttributes
-
Uses of IndexAttributes in org.apache.cassandra.cql3.statements.schema
Constructors in org.apache.cassandra.cql3.statements.schema with parameters of type IndexAttributesModifierConstructorDescriptionCreateIndexStatement(String keyspaceName, String tableName, String indexName, List<IndexTarget.Raw> rawIndexTargets, IndexAttributes attrs, boolean ifNotExists) Raw(QualifiedName tableName, QualifiedName indexName, List<IndexTarget.Raw> rawIndexTargets, IndexAttributes attrs, boolean ifNotExists)