Class CreateAggregateStatement.Raw
java.lang.Object
org.apache.cassandra.cql3.CQLStatement.Raw
org.apache.cassandra.cql3.statements.schema.CreateAggregateStatement.Raw
- Enclosing class:
- CreateAggregateStatement
-
Field Summary
Fields inherited from class org.apache.cassandra.cql3.CQLStatement.Raw
bindVariables -
Constructor Summary
ConstructorsConstructorDescriptionRaw(FunctionName aggregateName, List<CQL3Type.Raw> rawArgumentTypes, CQL3Type.Raw rawStateType, String stateFunctionName, String finalFunctionName, Term.Raw rawInitialValue, boolean orReplace, boolean ifNotExists) -
Method Summary
Methods inherited from class org.apache.cassandra.cql3.CQLStatement.Raw
setBindVariables
-
Constructor Details
-
Raw
public Raw(FunctionName aggregateName, List<CQL3Type.Raw> rawArgumentTypes, CQL3Type.Raw rawStateType, String stateFunctionName, String finalFunctionName, Term.Raw rawInitialValue, boolean orReplace, boolean ifNotExists)
-
-
Method Details
-
prepare
- Specified by:
preparein classCQLStatement.Raw
-