DryadLinqExtension MethodsDryadLINQ documentation

The DryadLinqExtension type exposes the following members.

Methods

  NameDescription
Public methodStatic memberBroadCast T (IQueryable T , Int32)
Broadcast a dataset to n partitions.
Public methodStatic memberBroadCast T, T1 (IQueryable T , IQueryable T1 )
Broadcast a dataset to multiple partitions
Public methodStatic memberCheckOrderBy TSource, TKey 
Check if each partition of the input dataset is ordered.
Public methodStatic memberCrossProduct T1, 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 memberDoWhile T (IQueryable T , Func IQueryable T , IQueryable T  , Func IQueryable T , IQueryable T , IQueryable Boolean  )
Conditional DoWhile loop.
Public methodStatic memberDoWhile T (IQueryable T , Func IQueryable T , IQueryable T  , Func IQueryable T , IQueryable T , IQueryable Boolean  , Int32)
Conditional DoWhile loop.
Public methodStatic memberMapReduce TSource, TMap, TKey, TResult 
The standard MapReduce.
Top
See Also