AggregateMetadata Properties |
The AggregateMetadata type exposes the following members.
Name | Description | |
---|---|---|
ArgumentTypes |
List of the function argument types.
| |
FinalFunction |
Final function.
| |
InitialCondition |
Initial state value of this aggregate.
| |
KeyspaceName |
Name of the keyspace where the cql aggregate is declared.
| |
Name |
Name of the CQL aggregate.
| |
ReturnType |
Type of the return value.
| |
Signature |
Signature of the function.
| |
StateFunction |
State Function.
| |
StateType |
State type.
|