Overload List
| Name | Description | |
|---|---|---|
| AssumeOrderBy TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , Boolean) |
Instructs DryadLINQ to assume that each partition of the dataset is ordered. A dataset
is ordered if it is range partitioned and each partition of it is ordered on the same
key.
| |
| AssumeOrderBy TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , IComparer TKey , Boolean) |
Instructs DryadLINQ to assume that each partition of the dataset is ordered. A dataset
is ordered if it is range partitioned and each partition of it is ordered on the same
key.
|
See Also