DryadLinqQueryableAssumeRangePartition Method DryadLINQ documentation
Overload List

  NameDescription
Public methodStatic memberAssumeRangePartitionTSource, TKey(IQueryableTSource, ExpressionFuncTSource, TKey, Boolean)
Instructs DryadLINQ to assume that the dataset is range partitioned.
Public methodStatic memberAssumeRangePartitionTSource, TKey(IQueryableTSource, ExpressionFuncTSource, TKey, TKey)
Instructs DryadLINQ to assume that the dataset is range partitioned by a specified list of keys.
Public methodStatic memberAssumeRangePartitionTSource, TKey(IQueryableTSource, ExpressionFuncTSource, TKey, IComparerTKey, Boolean)
Instructs DryadLINQ to assume that the dataset is range partitioned.
Public methodStatic memberAssumeRangePartitionTSource, TKey(IQueryableTSource, ExpressionFuncTSource, TKey, TKey, IComparerTKey)
Instructs DryadLINQ to assume that the dataset is range partitioned by a specified list of keys.
Top
See Also

Reference