[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.plan
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	lookupStream As Integer, _
	indexedStream As Integer, _
	indexNum As Integer _
)
C#
public FullTableScanLookupPlan (
	int lookupStream,
	int indexedStream,
	int indexNum
)
Visual C++
public:
FullTableScanLookupPlan (
	int lookupStream, 
	int indexedStream, 
	int indexNum
)

Parameters

lookupStream
System.Int32
stream that generates event to look up for
indexedStream
System.Int32
stream to full table scan
indexNum
System.Int32
index number for the table containing the full unindexed contents