DryadLinqQueryableAssumeOrderBy Method DryadLINQ documentation
Overload List

  NameDescription
Public methodStatic memberAssumeOrderByTSource, 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.
Public methodStatic memberAssumeOrderByTSource, 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.
Top
See Also

Reference