DryadLinqQueryable AssumeRangePartition Method DryadLINQ documentation
Overload List

  NameDescription
Public methodStatic memberAssumeRangePartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey  , Boolean)
Instructs DryadLINQ to assume that the dataset is range partitioned.
Public methodStatic memberAssumeRangePartition 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.
Public methodStatic memberAssumeRangePartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey  , IComparer TKey , Boolean)
Instructs DryadLINQ to assume that the dataset is range partitioned.
Public methodStatic memberAssumeRangePartition 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.
Top
See Also