-
I'm looking for some help on ideas to expand "*" in the Select expression, perhaps referencing a schema argument, and replacing it with list of columns. I remember stumbling on a question that asked about this problem (I think) citing a link to one of the blog posts of select.dev. However, I can't find it in the discussions. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
tobymao
Dec 18, 2023
Replies: 1 comment
-
check out the optimizer here https://github.com/tobymao/sqlglot/blob/main/sqlglot/optimizer/qualify.py |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
prabhur
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
check out the optimizer here
https://github.com/tobymao/sqlglot/blob/main/sqlglot/optimizer/qualify.py