sql-parser icon indicating copy to clipboard operation
sql-parser copied to clipboard

How can I get the parse tree?

Open albertwy opened this issue 8 years ago • 1 comments

like this: 20140626172622687

albertwy avatar Oct 17 '16 15:10 albertwy

Maybe you want to take a look at Hyrise, which has several visualization options (printing the relational tree, the optimized tree, and the phyiscal plan tree).

A short explaination can be found here: https://github.com/hyrise/hyrise/wiki/Step-by-Step-Guide

Bouncner avatar Nov 20 '17 14:11 Bouncner