[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Builds a query plan for 3 or more streams in a outer join.

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

Public Methods

  NameDescription
BuildOverloaded.
static memberBuildLookupInstructions
Builds the lookup instructions.

Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
static memberGetInnerStreams
Gets the inner streams.

GetType
Gets the Type of the current instance.
(Inherited from Object.)
static memberGraphOuterJoins
Builds a graph of outer joins given the outer join information from the statement. Eliminates right and left joins and full joins by placing the information in a graph object.

static memberPrint
Returns textual presentation of stream-substream relationships.

static memberRecursiveBuild
Recusivly builds a substream-per-stream ordered tree graph using the join information supplied for outer joins and from the query graph (where clause).

Required streams are considered first and their lookup is placed first in the list to gain performance.


ToString
Returns a String that represents the current Object.
(Inherited from Object.)
static memberVerifyJoinedPerStream
Verifies that the tree-like structure representing which streams join (lookup) into which sub-streams is correct, ie. all streams are included and none are listed twice.

Protected Methods

  NameDescription
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)

Public Constructors