HpcLinqQueryable Members

Provides a set of static (Shared in Visual Basic) methods for running LINQ to HPC queries on data records stored in the Distributed Storage Catalog (DSC).

The following tables list the members exposed by the HpcLinqQueryable type.

Public Methods

  Name Description
public method static AggregateAsQuery Overloaded.  
public method static AllAsQuery Creates a query that you can run later to determine whether all of the records satisfy the condition for which the specified function tests.
public method static AnyAsQuery Overloaded.  
public method static Apply Overloaded.  
public method static AssumeHashPartition Overloaded.  
public method static AssumeOrderBy Overloaded.  
public method static AssumeRangePartition Overloaded.  
public method static AverageAsQuery Overloaded. Creates a query that you can run later to compute the average of a set of numeric values.
public method static ContainsAsQuery Overloaded.  
public method static CountAsQuery Overloaded.  
public method static FirstAsQuery Overloaded.  
public method static HashPartition Overloaded.  
public method static LastAsQuery Overloaded.  
public method static LongCountAsQuery Overloaded.  
public method static LongSelect Transforms each record in a set of records into a new form by using an index for the record that is an Int64.
public method static LongSelectMany Overloaded.  
public method static LongSkipWhile Bypasses the records in a set of records as long as a specified condition that depends on an index for the record that is an Int64 is true, then gets the remaining records.
public method static LongTakeWhile Gets the records in a set of records as long as a specified condition that depends on an index for the record that is an Int64 is true, then skips the remaining records.
public method static LongWhere Gets the records in a set of records for which a specified condition that depends on an index for the record that is an Int64 is true.
public method static MaxAsQuery Overloaded.  
public method static MinAsQuery Overloaded.  
public method static RangePartition Overloaded.  
public method static SingleAsQuery Overloaded.  
public method static Submit Submits a LINQ to HPC query to an HPC cluster so that the query can run on records from a DSC file set.
public method static SubmitAndWait Submits a LINQ to HPC query to an HPC cluster so that the query can run on records from a DSC file set, and does not return until the job that runs the query completes.
public method static SumAsQuery Overloaded. Creates a query that you can run later to compute the sum of a set of numeric values.
public method static ToDsc Specifies the name of the file set to create and use when the LINQ to HPC query runs.

Top

See Also

Reference

HpcLinqQueryable Class
Microsoft.Hpc.Linq Namespace

Build Date:

2013-04-22