Overload List
Name | Description | |
---|---|---|
AssumeOrderByTSource, TKey(IQueryableTSource, ExpressionFuncTSource, 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.
| |
AssumeOrderByTSource, TKey(IQueryableTSource, ExpressionFuncTSource, TKey, IComparerTKey, 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