Package | Description |
---|---|
org.apache.cassandra.auth | |
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Method and Description |
---|---|
static FunctionResource |
FunctionResource.functionFromCql(java.lang.String keyspace,
java.lang.String name,
java.util.List<CQL3Type.Raw> argTypes)
Creates a FunctionResource representing a specific, keyspace-scoped function.
|
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 | Method and Description |
---|---|
CQL3Type.Raw |
AlterTableStatementColumn.getColumnType() |
Modifier and Type | Method and Description |
---|---|
void |
CreateTableStatement.RawStatement.addDefinition(ColumnIdentifier def,
CQL3Type.Raw type,
boolean isStatic) |
void |
CreateTypeStatement.addDefinition(FieldIdentifier name,
CQL3Type.Raw type) |
static AlterTypeStatement |
AlterTypeStatement.addition(UTName name,
FieldIdentifier fieldName,
CQL3Type.Raw type) |
static AlterTypeStatement |
AlterTypeStatement.alter(UTName name,
FieldIdentifier fieldName,
CQL3Type.Raw type) |
Constructor and Description |
---|
AlterTableStatementColumn(ColumnDefinition.Raw colName,
CQL3Type.Raw dataType) |
AlterTableStatementColumn(ColumnDefinition.Raw colName,
CQL3Type.Raw dataType,
boolean isStatic) |
CreateAggregateStatement(FunctionName functionName,
java.util.List<CQL3Type.Raw> argRawTypes,
java.lang.String stateFunc,
CQL3Type.Raw stateType,
java.lang.String finalFunc,
Term.Raw ival,
boolean orReplace,
boolean ifNotExists) |
CreateFunctionStatement(FunctionName functionName,
java.lang.String language,
java.lang.String body,
java.util.List<ColumnIdentifier> argNames,
java.util.List<CQL3Type.Raw> argRawTypes,
CQL3Type.Raw rawReturnType,
boolean calledOnNullInput,
boolean orReplace,
boolean ifNotExists) |
Constructor and Description |
---|
CreateAggregateStatement(FunctionName functionName,
java.util.List<CQL3Type.Raw> argRawTypes,
java.lang.String stateFunc,
CQL3Type.Raw stateType,
java.lang.String finalFunc,
Term.Raw ival,
boolean orReplace,
boolean ifNotExists) |
CreateFunctionStatement(FunctionName functionName,
java.lang.String language,
java.lang.String body,
java.util.List<ColumnIdentifier> argNames,
java.util.List<CQL3Type.Raw> argRawTypes,
CQL3Type.Raw rawReturnType,
boolean calledOnNullInput,
boolean orReplace,
boolean ifNotExists) |
DropAggregateStatement(FunctionName functionName,
java.util.List<CQL3Type.Raw> argRawTypes,
boolean argsPresent,
boolean ifExists) |
DropFunctionStatement(FunctionName functionName,
java.util.List<CQL3Type.Raw> argRawTypes,
boolean argsPresent,
boolean ifExists) |
Copyright © 2020 The Apache Software Foundation