[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 ( _ indexProps As String()() _ ) |
C# |
---|
public QueryPlanIndex ( string[][] indexProps ) |
Visual C++ |
---|
public: QueryPlanIndex ( array<array<String^>^>^ indexProps ) |
Parameters
- indexProps
- System.String[][]
array of property names with the first dimension suplying the number of distinct indexes. The second dimension can be empty and indicates a full table scan.