[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.plan
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ lookupStream As Integer, _ indexedStream As Integer, _ indexNum As Integer, _ keyProperties As String() _ ) |
C# |
---|
public IndexedTableLookupPlan ( int lookupStream, int indexedStream, int indexNum, string[] keyProperties ) |
Visual C++ |
---|
public: IndexedTableLookupPlan ( int lookupStream, int indexedStream, int indexNum, array<String^>^ keyProperties ) |
Parameters
- lookupStream
- System.Int32
stream that generates event to look up for
- indexedStream
- System.Int32
stream to index table lookup
- indexNum
- System.Int32
index number for the table containing the full unindexed contents
- keyProperties
- System.String[]
properties to use in lookup event to access index