Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB Node.js Driver. Switch to the latest stable version.
Aggregate¶
metadata~Aggregate()
Describes a CQL aggregate.
Constructor¶
Members¶
argumentTypes :Array<{code, info}>
List of the CQL aggregate argument types.
Type:
- Array<{code, info}>
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:
- Array<String>
stateFunction :String
State Function.
Type:
- String
stateType :Object
State Type.
Type:
- Object