The Aggregate2<(Of <(<'I1, I2, O>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add |
Adds objects of type I1, I2
| |
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()()()().) |