Indicates that a method is an associative aggregation method. The argument to the
constructor must be of type IAssociative. The computation of the method annotated
by this attribute can be decomposed to a sequence of calls to the Seed and
RecursiveAccumulate methods.
Inheritance Hierarchy
SystemAttribute
Microsoft.Research.DryadLinqAssociativeAttribute
Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax
The AssociativeAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AssociativeAttribute |
Initializes an instance of AssociativeAttribute. The argument is a type that implements
IAssociativeTAccumulate.
|
Methods
Name | Description | |
---|---|---|
Equals | Returns a value that indicates whether this instance is equal to a specified object. (Inherited from Attribute.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from Attribute.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsDefaultAttribute | When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from Attribute.) | |
Match | When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from Attribute.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AssociativeType |
A type that implements IAssociative{T} where T is the output type of methods
that are decorated with this attribute.
| |
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
Remarks
See Also