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

Find a matching index for the property names supplied.

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

Syntax

Visual Basic (Declaration)
Public Overridable Function GetIndexNum ( _
	indexFields As String() _
) As Integer
C#
public virtual int GetIndexNum (
	string[] indexFields
)
Visual C++
public:
virtual int GetIndexNum (
	array<String^>^ indexFields
)

Parameters

indexFields
System.String[]
property names to search for

Return Value

-1 if not found, or offset within indexes if found