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

Analyzes the outer join descriptor list to build a query graph model.

Namespace: net.esper.eql.join.plan
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function Analyze ( _
	outerJoinDescList As IList(Of OuterJoinDesc), _
	queryGraph As QueryGraph _
) As QueryGraph
C#
public static QueryGraph Analyze (
	IList<OuterJoinDesc> outerJoinDescList,
	QueryGraph queryGraph
)
Visual C++
public:
static QueryGraph^ Analyze (
	IList<OuterJoinDesc^>^ outerJoinDescList, 
	QueryGraph^ queryGraph
)

Parameters

outerJoinDescList
System.Collections.Generic.IList<(Of T>)
list of outer join descriptors
queryGraph
net.esper.eql.join.plan.QueryGraph
model containing relationships between streams that is written into

Return Value

queryGraph object