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

Builds the specified num streams.

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

Syntax

Visual Basic (Declaration)
Public Shared Function Build ( _
	numStreams As Integer, _
	streamNo As Integer, _
	streamNames As String(), _
	queryGraph As QueryGraph, _
	outerInnerGraph As OuterInnerDirectionalGraph, _
	indexSpecs As QueryPlanIndex() _
) As QueryPlanNode
C#
public static QueryPlanNode Build (
	int numStreams,
	int streamNo,
	string[] streamNames,
	QueryGraph queryGraph,
	OuterInnerDirectionalGraph outerInnerGraph,
	QueryPlanIndex[] indexSpecs
)
Visual C++
public:
static QueryPlanNode^ Build (
	int numStreams, 
	int streamNo, 
	array<String^>^ streamNames, 
	QueryGraph^ queryGraph, 
	OuterInnerDirectionalGraph^ outerInnerGraph, 
	array<QueryPlanIndex^>^ indexSpecs
)

Parameters

numStreams
System.Int32
The num streams.
streamNo
System.Int32
The stream no.
streamNames
System.String[]
The stream names.
queryGraph
net.esper.eql.join.plan.QueryGraph
The query graph.
outerInnerGraph
net.esper.eql.join.plan.OuterInnerDirectionalGraph
The outer inner graph.
indexSpecs
net.esper.eql.join.plan.QueryPlanIndex[]
The index specs.

Return Value