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

Constructs the executable from the plan.

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

Syntax

Visual Basic (Declaration)
Public Overridable Function MakeExec ( _
	indexesPerStream As EventTable()(), _
	streamTypes As EventType() _
) As LookupInstructionExec
C#
public virtual LookupInstructionExec MakeExec (
	EventTable[][] indexesPerStream,
	EventType[] streamTypes
)
Visual C++
public:
virtual LookupInstructionExec^ MakeExec (
	array<array<EventTable^>^>^ indexesPerStream, 
	array<EventType^>^ streamTypes
)

Parameters

indexesPerStream
net.esper.eql.join.table.EventTable[][]
is the index objects for use in lookups
streamTypes
net.esper.events.EventType[]
is the types of each stream

Return Value

executable instruction