You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that there is no way to visualize the query trees (at least that I could find) and it has helped me quite a bit in debugging to be able to look at them. This involves writing a method in TabledAndOrTrees which I have done. Please let me know whether this is something you want to add to the code.
It is possible it can be done much more compactly by somehow utilizing the visitors similarly to how the tree is actually traversed when computing queries. This produces something of this sort (truncated here for ease).
If you are interested please let me know if there is anything else I can do to help.
The text was updated successfully, but these errors were encountered:
Thanks a lot! That looks like something that we should have probably added somewhere too, e.g. in a demo notebook or something.
I'll look into integrating this into the repo soon. Thanks again!
I noticed that there is no way to visualize the query trees (at least that I could find) and it has helped me quite a bit in debugging to be able to look at them. This involves writing a method in
TabledAndOrTrees
which I have done. Please let me know whether this is something you want to add to the code.It is possible it can be done much more compactly by somehow utilizing the visitors similarly to how the tree is actually traversed when computing queries. This produces something of this sort (truncated here for ease).
If you are interested please let me know if there is anything else I can do to help.
The text was updated successfully, but these errors were encountered: