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
Is there a plan to support clickhouse?
My purpose is to use the parse method to get the AST, and then parse it to prompt for sql input.
However, I am currently encountering clickhouse syntax such as groupUniqArray(5)(domain) and the PREWHERE keyword, which will report an error and prevent me from getting the AST object.
If there is no plan that supports clickhouse, is there any better way other than pre-processing the sql in advance?
I would be grateful for any guidance!
The text was updated successfully, but these errors were encountered:
Hi,
Is there a plan to support clickhouse?
My purpose is to use the parse method to get the AST, and then parse it to prompt for sql input.
However, I am currently encountering clickhouse syntax such as
groupUniqArray(5)(domain)
and thePREWHERE
keyword, which will report an error and prevent me from getting the AST object.If there is no plan that supports clickhouse, is there any better way other than pre-processing the sql in advance?
I would be grateful for any guidance!
The text was updated successfully, but these errors were encountered: