class Aggregate
Describes a CQL aggregate.
Members
Array
<{code, info}> argumentTypes
List of the CQL aggregate argument types.
Boolean
deterministic
Indicates whether or not this aggregate is deterministic. This means that given a particular input, the aggregate will always produce the same output.
String
finalFunction
Final Function.
String
initCondition
Initial state value of this aggregate.
keyspaceName
Name of the keyspace where the aggregate is declared.
String
name
Name of the aggregate.
Object
returnType
Type of the return value.
String
stateFunction
State Function.
Object
stateType
State Type.
Constructor
new
Aggregate
()Creates a new Aggregate.