DryadLinqExtension ClassDryadLINQ documentation
Defines some useful operators that are commonly used in applications. The operators are defined using the basic DryadLINQ operators. This class also shows how a user library can be defined.
Inheritance Hierarchy

SystemObject
  Microsoft.Research.DryadLinqDryadLinqExtension

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

public static class DryadLinqExtension

The DryadLinqExtension type exposes the following members.

Methods

  NameDescription
Public methodStatic memberBroadCastT(IQueryableT, Int32)
Broadcast a dataset to n partitions.
Public methodStatic memberBroadCastT, T1(IQueryableT, IQueryableT1)
Broadcast a dataset to multiple partitions
Public methodStatic memberCheckOrderByTSource, TKey
Check if each partition of the input dataset is ordered.
Public methodStatic memberCrossProductT1, T2, T3
Compute the cross product of two datasets. The function procFunc is applied to each pair of the cross product to form the output dataset.
Public methodStatic memberDoWhileT(IQueryableT, FuncIQueryableT, IQueryableT, FuncIQueryableT, IQueryableT, IQueryableBoolean)
Conditional DoWhile loop.
Public methodStatic memberDoWhileT(IQueryableT, FuncIQueryableT, IQueryableT, FuncIQueryableT, IQueryableT, IQueryableBoolean, Int32)
Conditional DoWhile loop.
Public methodStatic memberMapReduceTSource, TMap, TKey, TResult
The standard MapReduce.
Top
See Also

Reference