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

Ctor.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	indexedStream As Integer, _
	lookupStrategy As TableLookupStrategy _
)
C#
public TableLookupExecNode (
	int indexedStream,
	TableLookupStrategy lookupStrategy
)
Visual C++
public:
TableLookupExecNode (
	int indexedStream, 
	TableLookupStrategy^ lookupStrategy
)

Parameters

indexedStream
System.Int32
stream indexed for lookup
lookupStrategy
net.esper.eql.join.exec.TableLookupStrategy
strategy to use for lookup (full table/indexed)