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
Parameters
- acc
- Type: TAccumulate
The current intermediate value. - val
- Type: TSource
A new input record.
Return Value
Type: TAccumulateThe new intermediate value.
See Also