Overload List
Name | Description | |
---|---|---|
AssumeRangePartitionTSource, TKey(IQueryableTSource, ExpressionFuncTSource, TKey, Boolean) |
Instructs DryadLINQ to assume that the dataset is range partitioned.
| |
AssumeRangePartitionTSource, TKey(IQueryableTSource, ExpressionFuncTSource, TKey, TKey) |
Instructs DryadLINQ to assume that the dataset is range partitioned by a specified list of keys.
| |
AssumeRangePartitionTSource, TKey(IQueryableTSource, ExpressionFuncTSource, TKey, IComparerTKey, Boolean) |
Instructs DryadLINQ to assume that the dataset is range partitioned.
| |
AssumeRangePartitionTSource, TKey(IQueryableTSource, ExpressionFuncTSource, TKey, TKey, IComparerTKey) |
Instructs DryadLINQ to assume that the dataset is range partitioned by a specified list of keys.
|
See Also