Defines the DryadLINQ interface for associative accumulator.
Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax
Type Parameters
- TAccumulate
- The type of the accumulated value.
The IAssociativeTAccumulate type exposes the following members.
Methods
Name | Description | |
---|---|---|
RecursiveAccumulate |
Combines two accumulator values into one.
| |
Seed |
Provides the initial value for the accumulator.
|
See Also