Share via


HpcLinqQueryable.HashPartition Method

Overload List

Name Description
HpcLinqQueryable.HashPartition (IQueryable, Expression) Divides a set of records into DSC files by calculating a hash value for a key for the record, and assigns records to DSC files according to that hash value. Records with the same hash value are assigned to the same DSC file.
HpcLinqQueryable.HashPartition (IQueryable, Expression, IEqualityComparer) Divides a set of records into DSC files by calculating a hash value for a key for the record, and assigns records to DSC files according to that hash value. Records with the same hash value are assigned to the same DSC file. The specified comparer object is used to generate hash values and compare keys.
HpcLinqQueryable.HashPartition (IQueryable, Expression, IEqualityComparer, Int32) Divides a set of records into the specified number of DSC files by calculating a hash value for a key for the record, and assigns records to DSC files according to that hash value. Records with the same hash value are assigned to the same DSC file. The specified comparer object is used to generate hash values and compare keys.
HpcLinqQueryable.HashPartition (IQueryable, Expression, Int32) Divides a set of records into the specified number of DSC files by calculating a hash value for a key for the record, and assigns records to DSC files according to that hash value. Records with the same hash value are assigned to the same DSC file.

See Also

Reference

HpcLinqQueryable Class
HpcLinqQueryable Members
Microsoft.Hpc.Linq Namespace
ToDsc
HashPartition(Generic IQueryable,Generic Expression,Int32)
HashPartition(Generic IQueryable,Generic Expression,Generic IEqualityComparer)
HashPartition(Generic IQueryable,Generic Expression,Generic IEqualityComparer,Int32)

Build Date:

2013-04-22