DryadLinqQueryable AssumeOrderBy Method DryadLINQ documentation
Overload List

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