Was this page helpful?
Aggregate¶
metadata~Aggregate()
Describes a CQL aggregate.
Constructor¶
Members¶
argumentTypes :Array:.<{code:, info:}>
List of the CQL aggregate argument types.
Type:
deterministic :Boolean
Indicates whether or not this aggregate is deterministic. This means that given a particular input, the aggregate will always produce the same output.
Type:
- Boolean
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:
stateFunction :String
State Function.
Type:
- String
stateType :Object
State Type.
Type:
- Object