public static final class CreateAggregateStatement.Raw extends CQLStatement.Raw
bindVariables
Constructor and Description |
---|
Raw(FunctionName aggregateName,
java.util.List<CQL3Type.Raw> rawArgumentTypes,
CQL3Type.Raw rawStateType,
java.lang.String stateFunctionName,
java.lang.String finalFunctionName,
Term.Raw rawInitialValue,
boolean orReplace,
boolean ifNotExists) |
Modifier and Type | Method and Description |
---|---|
CreateAggregateStatement |
prepare(ClientState state) |
setBindVariables
public Raw(FunctionName aggregateName, java.util.List<CQL3Type.Raw> rawArgumentTypes, CQL3Type.Raw rawStateType, java.lang.String stateFunctionName, java.lang.String finalFunctionName, Term.Raw rawInitialValue, boolean orReplace, boolean ifNotExists)
public CreateAggregateStatement prepare(ClientState state)
prepare
in class CQLStatement.Raw
Copyright © 2009-2022 The Apache Software Foundation