[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)
Print in readable format the execution plan spec.
Namespace: net.esper.eql.join.plan
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function Print ( _ execNodeSpecs As QueryPlanNode() _ ) As String |
C# |
---|
public static string Print ( QueryPlanNode[] execNodeSpecs ) |
Visual C++ |
---|
public: static String^ Print ( array<QueryPlanNode^>^ execNodeSpecs ) |
Parameters
- execNodeSpecs
- net.esper.eql.join.plan.QueryPlanNode[]
plans to print