Package io.trino.sql
Class TreePrinter
- java.lang.Object
-
- io.trino.sql.TreePrinter
-
public class TreePrinter extends Object
-
-
Constructor Summary
Constructors Constructor Description TreePrinter(IdentityHashMap<Expression,QualifiedName> resolvedNameReferences, PrintStream out)
-
-
-
Constructor Detail
-
TreePrinter
public TreePrinter(IdentityHashMap<Expression,QualifiedName> resolvedNameReferences, PrintStream out)
-
-
Method Detail
-
print
public void print(Node root)
-
-