IDecomposableTSource, TAccumulate, TResultAccumulate Method DryadLINQ documentation
Adds a new input record into the intermediate value.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

TAccumulate Accumulate(
	TAccumulate acc,
	TSource val
)

Parameters

acc
Type: TAccumulate
The current intermediate value.
val
Type: TSource
A new input record.

Return Value

Type: TAccumulate
The new intermediate value.
See Also

Reference