Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql/(plan,expression): implement String method to make tree printable
Closes src-d#95 Closes src-d#108 - Implements String method on all sql.Nodes. - Implements String method on all sql.Expressions. - Remove Name method from sql.Expressions. - Only leave Name in expressions that will be Nameable. - Created TreePrinter to print trees with a Node and Children. Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
- Loading branch information