Constructor
new Aggregate()
Creates a new Aggregate.
Members
argumentTypes :Array.<{code, info}>
List of the CQL aggregate argument types.
Type:
- Array.<{code, info}>
finalFunction :String
Final Function.
Type:
- String
initCondition :String
Initial state value of this aggregate.
Type:
- String
keyspaceName
Name of the keyspace where the aggregate is declared.
name :String
Name of the aggregate.
Type:
- String
returnType :Object
Type of the return value.
Type:
- Object
signature :Array.<String>
Signature of the aggregate.
Type:
- Array.<String>
stateFunction :String
State Function.
Type:
- String
stateType :Object
State Type.
Type:
- Object