AssociativeAttribute Constructor DryadLINQ documentation

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

public AssociativeAttribute(
	Type associativeType
)

Parameters

associativeType
Type: SystemType
A type that implements IAssociative{T}, where T is the output type of the method annotated by this attribute.
Remarks

During aggregation, the recursiveAccumulator will be used to aggregate items arising from the main aggregation.
See Also

Reference