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

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 ();
}

Return Value

execution node specs