The base interface to access a collection of IQueryable instances. The
DryadLINQ Fork operator returns a value that implements this interface.
Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax
The IMultiQueryable type exposes the following members.
Methods
Name | Description | |
---|---|---|
ElementType |
Gets the element type of the query at a specified index.
|
Properties
Name | Description | |
---|---|---|
Expression |
Gets the expression tree that is associated with this instance of IMultiQueryable
| |
NumberOfInputs |
Gets the number of queries in this instance of IMultiQueryable
| |
Provider |
Gets the query provider that is associated with this instance of IMultiQueryable
|
See Also