[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)
Return execution node specs.
Namespace: net.esper.eql.join.plan
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property ExecNodeSpecs As QueryPlanNode() |
C# |
---|
public virtual QueryPlanNode[] ExecNodeSpecs { get; } |
Visual C++ |
---|
public: virtual property array<QueryPlanNode^>^ ExecNodeSpecs { array<QueryPlanNode^>^ get (); } |