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

Build an index/table instance using the event properties for the event type.

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

Syntax

Visual Basic (Declaration)
Public Shared Function BuildIndex ( _
	indexedStreamNum As Integer, _
	indexProps As String(), _
	eventType As EventType _
) As EventTable
C#
public static EventTable BuildIndex (
	int indexedStreamNum,
	string[] indexProps,
	EventType eventType
)
Visual C++
public:
static EventTable^ BuildIndex (
	int indexedStreamNum, 
	array<String^>^ indexProps, 
	EventType^ eventType
)

Parameters

indexedStreamNum
System.Int32
number of stream indexed
indexProps
System.String[]
properties to index
eventType
net.esper.events.EventType
type of event to expect

Return Value

table build