[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 a long readable format of the query node to the supplied PrintWriter.
Namespace: net.esper.eql.join.plan
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Sub Print ( _ writer As IndentWriter _ ) |
C# |
---|
public abstract void Print ( IndentWriter writer ) |
Visual C++ |
---|
public: virtual void Print ( IndentWriter^ writer ) abstract |
Parameters
- writer
- net.esper.util.IndentWriter
is the indentation writer to print to