Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Method and Description |
---|---|
static CQL3Type.Raw |
CQL3Type.Raw.from(CQL3Type type) |
static CQL3Type.Raw |
CQL3Type.Raw.frozen(CQL3Type.Raw t) |
static CQL3Type.Raw |
CQL3Type.Raw.list(CQL3Type.Raw t) |
static CQL3Type.Raw |
CQL3Type.Raw.map(CQL3Type.Raw t1,
CQL3Type.Raw t2) |
static CQL3Type.Raw |
CQL3Type.Raw.set(CQL3Type.Raw t) |
static CQL3Type.Raw |
CQL3Type.Raw.tuple(java.util.List<CQL3Type.Raw> ts) |
static CQL3Type.Raw |
CQL3Type.Raw.userType(UTName name) |
Modifier and Type | Method and Description |
---|---|
static CQL3Type.Raw |
CQL3Type.Raw.frozen(CQL3Type.Raw t) |
static CQL3Type.Raw |
CQL3Type.Raw.list(CQL3Type.Raw t) |
static CQL3Type.Raw |
CQL3Type.Raw.map(CQL3Type.Raw t1,
CQL3Type.Raw t2) |
static CQL3Type.Raw |
CQL3Type.Raw.set(CQL3Type.Raw t) |
Modifier and Type | Method and Description |
---|---|
static CQL3Type.Raw |
CQL3Type.Raw.tuple(java.util.List<CQL3Type.Raw> ts) |
Constructor and Description |
---|
TypeCast(CQL3Type.Raw type,
Term.Raw term) |
Modifier and Type | Field and Description |
---|---|
CQL3Type.Raw |
AlterTableStatement.validator |
Modifier and Type | Method and Description |
---|---|
void |
CreateTypeStatement.addDefinition(ColumnIdentifier name,
CQL3Type.Raw type) |
void |
CreateTableStatement.RawStatement.addDefinition(ColumnIdentifier def,
CQL3Type.Raw type,
boolean isStatic) |
static AlterTypeStatement |
AlterTypeStatement.addition(UTName name,
ColumnIdentifier fieldName,
CQL3Type.Raw type) |
static AlterTypeStatement |
AlterTypeStatement.alter(UTName name,
ColumnIdentifier fieldName,
CQL3Type.Raw type) |
Constructor and Description |
---|
AlterTableStatement(CFName name,
AlterTableStatement.Type type,
ColumnIdentifier.Raw columnName,
CQL3Type.Raw validator,
CFPropDefs cfProps,
java.util.Map<ColumnIdentifier.Raw,ColumnIdentifier.Raw> renames,
boolean isStatic) |
Copyright © 2020 The Apache Software Foundation