[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Add an index specification element.
Namespace: net.esper.eql.join.plan
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function AddIndex ( _
indexProperties As String() _
) As Integer |
C# |
---|
public virtual int AddIndex (
string[] indexProperties
) |
Visual C++ |
---|
public:
virtual int AddIndex (
array<String^>^ indexProperties
) |
Parameters
- indexProperties
- System.String[]
list of property names to index
Return Value
number indicating position of index that was added