|
| Name | Description |
|---|
  | Aggregate TSource, TAccumulate (IQueryable TSource , Expression Func TAccumulate , Expression Func TAccumulate, TSource, TAccumulate ) |
Applies an aggregator function over a sequence.
|
  | Aggregate TSource, TAccumulate, TResult (IQueryable TSource , Expression Func TAccumulate , Expression Func TAccumulate, TSource, TAccumulate , Expression Func TAccumulate, TResult ) |
Applies an aggregator function over a sequence.
|
  | AggregateAsQuery TSource (IQueryable TSource , Expression Func TSource, TSource, TSource ) | |
  | AggregateAsQuery TSource, TAccumulate (IQueryable TSource , TAccumulate, Expression Func TAccumulate, TSource, TAccumulate ) | |
  | AggregateAsQuery TSource, TAccumulate, TResult (IQueryable TSource , TAccumulate, Expression Func TAccumulate, TSource, TAccumulate , Expression Func TAccumulate, TResult ) | |
  | AllAsQuery TSource | |
  | AnyAsQuery TSource (IQueryable TSource ) | |
  | AnyAsQuery TSource (IQueryable TSource , Expression Func TSource, Boolean ) | |
  | Apply T1, T2 (IQueryable T1 , Expression Func IEnumerable T1 , IEnumerable T2 ) |
Compute applyFunc (source)
|
  | Apply T1, T2 (IQueryable T1 , IQueryable , Expression Func IEnumerable T1 , IEnumerable , IEnumerable T2 ) |
Compute applyFunc on multiple sources
|
  | Apply T1, T2 (IQueryable T1 , IQueryable T1 , Expression Func IEnumerable T1 , IEnumerable T2 ) |
Compute applyFunc on multiple sources
|
  | Apply T1, T2, T3 (IQueryable T1 , IQueryable T2 , Expression Func IEnumerable T1 , IEnumerable T2 , IEnumerable T3 ) |
Compute applyFunc(source1, source2)
|
  | ApplyPerPartition T1, T2 (IQueryable T1 , Expression Func IEnumerable T1 , IEnumerable T2 ) |
Compute applyFunc(source)
|
  | ApplyPerPartition T1, T2 (IQueryable T1 , IQueryable , Expression Func IEnumerable T1 , IEnumerable , IEnumerable T2 , Boolean) |
Compute applyFunc on multiple sources
|
  | ApplyPerPartition T1, T2 (IQueryable T1 , IQueryable T1 , Expression Func IEnumerable T1 , IEnumerable T2 , Boolean) |
Compute applyFunc on multiple sources
|
  | ApplyPerPartition T1, T2, T3 (IQueryable T1 , IQueryable T2 , Expression Func IEnumerable T1 , IEnumerable T2 , IEnumerable T3 , Boolean) |
Compute applyFunc(source1, source2)
|
  | ApplyWithPartitionIndex T1, T2 |
Computes a user-defined function on each partition of the input. The function takes a
partition and its partition index as arguments.
|
  | AssumeHashPartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey ) |
Instruct DryadLINQ to assume that the dataset is hash partitioned.
|
  | AssumeHashPartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , IEqualityComparer TKey ) |
Instructs DryadLINQ to assume that the dataset is hash partitioned.
|
  | AssumeOrderBy TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , Boolean) |
Instructs DryadLINQ to assume that each partition of the dataset is ordered. A dataset
is ordered if it is range partitioned and each partition of it is ordered on the same
key.
|
  | AssumeOrderBy TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , IComparer TKey , Boolean) |
Instructs DryadLINQ to assume that each partition of the dataset is ordered. A dataset
is ordered if it is range partitioned and each partition of it is ordered on the same
key.
|
  | AssumeRangePartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , Boolean) |
Instructs DryadLINQ to assume that the dataset is range partitioned.
|
  | AssumeRangePartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , TKey ) |
Instructs DryadLINQ to assume that the dataset is range partitioned by a specified list of keys.
|
  | AssumeRangePartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , IComparer TKey , Boolean) |
Instructs DryadLINQ to assume that the dataset is range partitioned.
|
  | AssumeRangePartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , TKey , IComparer TKey ) |
Instructs DryadLINQ to assume that the dataset is range partitioned by a specified list of keys.
|
  | AverageAsQuery(IQueryable Decimal ) | |
  | AverageAsQuery(IQueryable Double ) | |
  | AverageAsQuery(IQueryable Int32 ) | |
  | AverageAsQuery(IQueryable Int64 ) | |
  | AverageAsQuery(IQueryable Nullable Decimal ) | |
  | AverageAsQuery(IQueryable Nullable Double ) | |
  | AverageAsQuery(IQueryable Nullable Int32 ) | |
  | AverageAsQuery(IQueryable Nullable Int64 ) | |
  | AverageAsQuery(IQueryable Nullable Single ) | |
  | AverageAsQuery(IQueryable Single ) | |
  | AverageAsQuery TSource (IQueryable TSource , Expression Func TSource, Decimal ) | |
  | AverageAsQuery TSource (IQueryable TSource , Expression Func TSource, Double ) | |
  | AverageAsQuery TSource (IQueryable TSource , Expression Func TSource, Int32 ) | |
  | AverageAsQuery TSource (IQueryable TSource , Expression Func TSource, Int64 ) | |
  | AverageAsQuery TSource (IQueryable TSource , Expression Func TSource, Nullable Decimal ) | |
  | AverageAsQuery TSource (IQueryable TSource , Expression Func TSource, Nullable Double ) | |
  | AverageAsQuery TSource (IQueryable TSource , Expression Func TSource, Nullable Int32 ) | |
  | AverageAsQuery TSource (IQueryable TSource , Expression Func TSource, Nullable Int64 ) | |
  | AverageAsQuery TSource (IQueryable TSource , Expression Func TSource, Nullable Single ) | |
  | AverageAsQuery TSource (IQueryable TSource , Expression Func TSource, Single ) | |
  | ContainsAsQuery TSource (IQueryable TSource , TSource) | |
  | ContainsAsQuery TSource (IQueryable TSource , TSource, IEqualityComparer TSource ) | |
  | CountAsQuery TSource (IQueryable TSource ) | |
  | CountAsQuery TSource (IQueryable TSource , Expression Func TSource, Boolean ) | |
  | DoWhile T |
Conditional DoWhile loop.
|
  | FirstAsQuery TSource (IQueryable TSource ) | |
  | FirstAsQuery TSource (IQueryable TSource , Expression Func TSource, Boolean ) | |
  | Fork TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , TKey ) |
Divides the input dataset into a collection of datasets based on the keys of the records.
The method produces one output dataset for each key in the specified key array. Input
records that don't match any of the keys are dropped.
|
  | Fork T, R1, R2 (IQueryable T , Expression Func IEnumerable T , IEnumerable ForkTuple R1, R2 ) |
Forks a specified input dataset into two datasets. A specified user-defined function is
applied to each partition of the input dataset to produce a sequence of ForkTuples.
|
  | Fork T, R1, R2 (IQueryable T , Expression Func T, ForkTuple R1, R2 ) |
Compute two output datasets from one input dataset. A specified user-defined function is
applied to each input element to produce zero or one element for each output dataset.
|
  | Fork T, R1, R2, R3 (IQueryable T , Expression Func IEnumerable T , IEnumerable ForkTuple R1, R2, R3 ) |
Forks a specified input dataset into three datasets. A specified user-defined function is
applied to each partition of the input dataset to produce a sequence of ForkTuples.
|
  | Fork T, R1, R2, R3 (IQueryable T , Expression Func T, ForkTuple R1, R2, R3 ) |
Forks one input dataset into three output datasets. A specified user-defined function is
applied to each input element to produce zero or one element for each output dataset.
|
  | HashPartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey ) |
Hash partition a dataset. The number of resulting partitions is dynamically determined
at the runtime.
|
  | HashPartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , IEqualityComparer TKey ) |
Hash partition a dataset. The number of resulting partitions is dynamically determined
at the runtime.
|
  | HashPartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , Int32) |
Hash partition a dataset.
|
  | HashPartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , IEqualityComparer TKey , Int32) |
Hash partition a dataset.
|
  | HashPartition TSource, TKey, TResult (IQueryable TSource , Expression Func TSource, TKey , Expression Func TSource, TResult ) |
Hash partition a dataset. The number of resulting partitions is dynamically determined
at the runtime.
|
  | HashPartition TSource, TKey, TResult (IQueryable TSource , Expression Func TSource, TKey , IEqualityComparer TKey , Expression Func TSource, TResult ) |
Hash partition a dataset. The number of resulting partitions is dynamically determined
at the runtime.
|
  | LastAsQuery TSource (IQueryable TSource ) | |
  | LastAsQuery TSource (IQueryable TSource , Expression Func TSource, Boolean ) | |
  | LongCountAsQuery TSource (IQueryable TSource ) | |
  | LongCountAsQuery TSource (IQueryable TSource , Expression Func TSource, Boolean ) | |
  | LongSelect TSource, TResult |
Transforms each element of a sequence into a new form by applying a function of
the element and its index.
|
  | LongSelectMany TSource, TResult (IQueryable TSource , Expression Func TSource, Int64, IEnumerable TResult ) |
Transforms each element of a sequence into an IEnumerable{T} by applying a function to the
element and its index, and then flattens the resulting sequences into one sequence.
|
  | LongSelectMany TSource, TCollection, TResult (IQueryable TSource , Expression Func TSource, Int64, IEnumerable TCollection , Expression Func TSource, TCollection, TResult ) |
Transforms each element of a sequence into an IEnumerable{T} by applying a function to the
element and its index, and then flattens the resulting sequences into one sequence.
|
  | LongSkipWhile TSource |
Skips elements in a sequence as long as a specified condition is true and then returns the
remaining elements. The predicate is a function of an element and its index.
|
  | LongTakeWhile TSource |
Returns the largest prefix of a sequence such that the elements satisfy a specified predicate.
|
  | LongWhere TSource |
Filters a sequence of values based on a predicate. Each element's index is used in
the logic of the predicate function.
|
  | MaxAsQuery TSource (IQueryable TSource ) | |
  | MaxAsQuery TSource, TResult (IQueryable TSource , Expression Func TSource, TResult ) | |
  | MinAsQuery TSource (IQueryable TSource ) | |
  | MinAsQuery TSource, TResult (IQueryable TSource , Expression Func TSource, TResult ) | |
  | RangePartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey ) |
Range partition a dataset. The list of range keys are determined dynamically at
runtime.
|
  | RangePartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , Boolean) |
Range partition a dataset. The list of range keys are determined dynamically at
runtime.
|
  | RangePartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , Int32) |
Range partition a dataset. The list of range keys are determined dynamically at
runtime.
|
  | RangePartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , TKey ) |
Range partition a dataset using an array of partition keys.
|
  | RangePartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , Boolean, Int32) |
Range partition a dataset. The list of range keys are determined dynamically at
runtime.
|
  | RangePartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , IComparer TKey , Boolean) |
Range partition a dataset. The list of range keys are determined dynamically at runtime.
|
  | RangePartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , TKey , IComparer TKey ) |
Range partition a dataset using a specified list of keys.
|
  | RangePartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , IComparer TKey , Boolean, Int32) |
Range partition a dataset. The list of range keys are determined dynamically at runtime.
|
  | RangePartition TSource, TKey (IQueryable TSource , Expression Func TSource, TKey , TKey , IComparer TKey , Boolean) |
Range partition a dataset using a specified list of keys.
|
  | SequenceEqualAsQuery TSource (IQueryable TSource , IEnumerable TSource ) | |
  | SequenceEqualAsQuery TSource (IQueryable TSource , IEnumerable TSource , IEqualityComparer TSource ) | |
  | SingleAsQuery TSource (IQueryable TSource ) | |
  | SingleAsQuery TSource (IQueryable TSource , Expression Func TSource, Boolean ) | |
  | SlidingWindow T1, T2 |
Apply a function on every sliding window on the input sequence of records.
|
  | Submit( IQueryable ) |
Submits a list of DryadLINQ queries for asynchronous execution.
|
  | Submit TSource (IQueryable TSource ) |
Submits a specified query for asynchronous execution.
|
  | SubmitAndWait( IQueryable ) |
Submits a list of DryadLinq queries for execution and waits for the job to complete
|
  | SubmitAndWait TSource (IQueryable TSource ) |
Submits a specified query and then waits for the job to complete
|
  | SumAsQuery(IQueryable Decimal ) | |
  | SumAsQuery(IQueryable Double ) | |
  | SumAsQuery(IQueryable Int32 ) | |
  | SumAsQuery(IQueryable Int64 ) | |
  | SumAsQuery(IQueryable Nullable Decimal ) | |
  | SumAsQuery(IQueryable Nullable Double ) | |
  | SumAsQuery(IQueryable Nullable Int32 ) | |
  | SumAsQuery(IQueryable Nullable Int64 ) | |
  | SumAsQuery(IQueryable Nullable Single ) | |
  | SumAsQuery(IQueryable Single ) | |
  | SumAsQuery TSource (IQueryable TSource , Expression Func TSource, Decimal ) | |
  | SumAsQuery TSource (IQueryable TSource , Expression Func TSource, Double ) | |
  | SumAsQuery TSource (IQueryable TSource , Expression Func TSource, Int32 ) | |
  | SumAsQuery TSource (IQueryable TSource , Expression Func TSource, Int64 ) | |
  | SumAsQuery TSource (IQueryable TSource , Expression Func TSource, Nullable Decimal ) | |
  | SumAsQuery TSource (IQueryable TSource , Expression Func TSource, Nullable Double ) | |
  | SumAsQuery TSource (IQueryable TSource , Expression Func TSource, Nullable Int32 ) | |
  | SumAsQuery TSource (IQueryable TSource , Expression Func TSource, Nullable Int64 ) | |
  | SumAsQuery TSource (IQueryable TSource , Expression Func TSource, Nullable Single ) | |
  | SumAsQuery TSource (IQueryable TSource , Expression Func TSource, Single ) | |
  | ToStore TSource (IQueryable TSource , String, Boolean) |
Specifies a stream URI to be populated with the result of a specified DryadLINQ query.
|
  | ToStore TSource (IQueryable TSource , Uri, Boolean) |
Specifies a stream URI to be populated with the result of a specified DryadLINQ query.
|