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

Build a query plan based on the stream property relationships indicated in queryGraph.

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

Syntax

Visual Basic (Declaration)
Public Shared Function Build ( _
	queryGraph As QueryGraph, _
	outerJoinDescList As IList(Of OuterJoinDesc), _
	streamNames As String() _
) As QueryPlan
C#
public static QueryPlan Build (
	QueryGraph queryGraph,
	IList<OuterJoinDesc> outerJoinDescList,
	string[] streamNames
)
Visual C++
public:
static QueryPlan^ Build (
	QueryGraph^ queryGraph, 
	IList<OuterJoinDesc^>^ outerJoinDescList, 
	array<String^>^ streamNames
)

Parameters

queryGraph
net.esper.eql.join.plan.QueryGraph
navigation info between streams
outerJoinDescList
System.Collections.Generic.IList<(Of T>)
descriptors for all outer joins
streamNames
System.String[]
stream names or aliases

Return Value

query plan