Overload List
| Name | Description | |
|---|---|---|
| AssumeHashPartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey ) |
Instruct DryadLINQ to assume that the dataset is hash partitioned.
| |
| AssumeHashPartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , IEqualityComparer TKey ) |
Instructs DryadLINQ to assume that the dataset is hash partitioned.
|
See Also