Overload List
| Name | Description | |
|---|---|---|
| AssumeRangePartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , Boolean) |
Instructs DryadLINQ to assume that the dataset is range partitioned.
| |
| AssumeRangePartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , TKey ) |
Instructs DryadLINQ to assume that the dataset is range partitioned by a specified list of keys.
| |
| AssumeRangePartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , IComparer TKey , Boolean) |
Instructs DryadLINQ to assume that the dataset is range partitioned.
| |
| AssumeRangePartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , TKey , IComparer TKey ) |
Instructs DryadLINQ to assume that the dataset is range partitioned by a specified list of keys.
|
See Also