The Aggregate1<(Of <(<'I, O>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add |
Add an object of type I to the Aggregate
| |
Finalize |
Perform whatever finalization computations are necessary
(i.e. AVG computes sum/count) and returns the output object
| |
Initialize |
Initialize the local variables. This will be called on the first
element of a given group
| |
IsRecursive |
Defines whether an Aggregator is idempotent
(Overrides AggregateIsRecursive()()()().) |