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

Build query plan.

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

Syntax

Visual Basic (Declaration)
Public Shared Function Build ( _
	queryGraph As QueryGraph, _
	optionalOuterJoinType As Nullable(Of OuterJoinType) _
) As QueryPlan
C#
public static QueryPlan Build (
	QueryGraph queryGraph,
	Nullable<OuterJoinType> optionalOuterJoinType
)
Visual C++
public:
static QueryPlan^ Build (
	QueryGraph^ queryGraph, 
	Nullable<OuterJoinType> optionalOuterJoinType
)

Parameters

queryGraph
net.esper.eql.join.plan.QueryGraph
navigability info
optionalOuterJoinType
System.Nullable<(Of T>)
outer join type, null if not an outer join

Return Value

query plan