[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Ctor.
Namespace: net.esper.eql.join.exec
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ rootStream As Integer, _ rootStreamName As String, _ numStreams As Integer, _ lookupInstructions As LookupInstructionExec(), _ requiredPerStream As Boolean(), _ assemblyInstructions As BaseAssemblyNode() _ ) |
C# |
---|
public LookupInstructionExecNode ( int rootStream, string rootStreamName, int numStreams, LookupInstructionExec[] lookupInstructions, bool[] requiredPerStream, BaseAssemblyNode[] assemblyInstructions ) |
Visual C++ |
---|
public: LookupInstructionExecNode ( int rootStream, String^ rootStreamName, int numStreams, array<LookupInstructionExec^>^ lookupInstructions, array<bool>^ requiredPerStream, array<BaseAssemblyNode^>^ assemblyInstructions ) |
Parameters
- rootStream
- System.Int32
is the stream supplying the lookup event
- rootStreamName
- System.String
is the name of the stream supplying the lookup event
- numStreams
- System.Int32
is the number of streams
- lookupInstructions
- net.esper.eql.join.exec.LookupInstructionExec[]
is a list of lookups to perform
- requiredPerStream
- System.Boolean[]
indicates which streams are required and which are optional in the lookup
- assemblyInstructions
- net.esper.eql.join.assemble.BaseAssemblyNode[]
is the bottom-up assembly nodes to assemble a lookup result nodes