[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 ( _ indexSpecs As QueryPlanIndex(), _ execNodeSpecs As QueryPlanNode() _ ) |
C# |
---|
public QueryPlan ( QueryPlanIndex[] indexSpecs, QueryPlanNode[] execNodeSpecs ) |
Visual C++ |
---|
public: QueryPlan ( array<QueryPlanIndex^>^ indexSpecs, array<QueryPlanNode^>^ execNodeSpecs ) |
Parameters
- indexSpecs
- net.esper.eql.join.plan.QueryPlanIndex[]
specs for indexes to create
- execNodeSpecs
- net.esper.eql.join.plan.QueryPlanNode[]
specs for execution nodes to create