HpcLinqQueryable.AssumeRangePartition Method
Overload List
Name | Description |
---|---|
HpcLinqQueryable.AssumeRangePartition (IQueryable, Expression, TKey) | Indicates to LINQ to HPC that the specified set of records was divided into DSC files by using the specified set of range separators, and by associating each DSC file with a range of values for a key that the specified function generated from the records. |
HpcLinqQueryable.AssumeRangePartition (IQueryable, Expression, TKey, IComparer) | Indicates to LINQ to HPC that the specified set of records was divided into DSC files by using the specified set of range separators, and by associating each DSC file with a range of values for a key that the specified function generated from the records. The specified custom comparison object was used to compare the keys to the range separators. |
HpcLinqQueryable.AssumeRangePartition (IQueryable, Expression, Boolean) | Indicates to LINQ to HPC that the specified set of records was divided into DSC files by using dynamic sampling to choose range separators, and by associating each DSC file with a range of values for a key that the specified function generated from the records. The range separators were sorted by using the specified sort order. |
HpcLinqQueryable.AssumeRangePartition (IQueryable, Expression, IComparer, Boolean) | Indicates to LINQ to HPC that the specified set of records was divided into DSC files by using dynamic sampling to choose range separators, and by associating each DSC file with a range of values for a key that the specified function generated from the records. The range separators were sorted by using the specified sort order, and the specified custom comparison object was used to compare the keys to the range separators. |
See Also
Reference
HpcLinqQueryable Class
HpcLinqQueryable Members
Microsoft.Hpc.Linq Namespace
AssumeRangePartition(Generic IQueryable,Generic Expression,K[],Generic IComparer)
AssumeRangePartition(Generic IQueryable,Generic Expression,Boolean)
AssumeRangePartition(Generic IQueryable,Generic Expression,Generic IComparer,Boolean)
RangePartition(Generic IQueryable,Generic Expression,K[])
Build Date:
2013-04-22