cube2222 / octosql

OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
Mozilla Public License 2.0
4.76k stars 200 forks source link

feat(logical): add logical visualizer #204

Closed mei-rune closed 4 years ago

mei-rune commented 4 years ago

fix https://github.com/cube2222/octosql/issues/203

cube2222 commented 4 years ago

Great work overall! I don't think there's anything more to add here. I'll get somebody else to take a look too, and we can merge this.

mei-rune commented 4 years ago

Add visualizer make it easy for me to understand or debug it.

a sql statement how to: string -> logical node -> phyical node -> optimized.

cube2222 commented 4 years ago

I didn't understand the last part really, sorry. However, I'm merging this now.