DryadLinqQueryable AssumeHashPartition Method DryadLINQ documentation
Overload List

  NameDescription
Public methodStatic memberAssumeHashPartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey  )
Instruct DryadLINQ to assume that the dataset is hash partitioned.
Public methodStatic memberAssumeHashPartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey  , IEqualityComparer TKey )
Instructs DryadLINQ to assume that the dataset is hash partitioned.
Top
See Also