queryparser
queryparser copied to clipboard
Parsing and analysis of Vertica, Hive, and Presto SQL.
Temporary tables in Vertica support end-of-transaction behavior based on commit params when creating the table. This impacts lineage if a commit is encountered, and should have a representation in Vertica's...
Hive offers different ways to order the output, which are captured in the parser (https://github.com/uber/queryparser/blob/master/dialects/hive/src/Database/Sql/Hive/Parser.hs#L1422), but are dropped without representation in the AST. Add a definition for Hive ASTs in...
Since our queries and catalogs can get large, we should have controls over strictness, including using `deepseq`. Currently, that is not supported.
For tables where the majority of 'columns' are abstracted under a top-level column, e.g. `body` or `msg`, we don't surface the struct accessor as the column name, rendering analysis of...
I have installed successfully and run the demo and its looks awesome . I wonder Whether: - is there docker image + command for using it with my own schema...
Hello, Is the queryparser support Hive lateral view query and udf functions? Thanks, Russell
Are there any plans for MS SQL support? I think there are quite a few companies which could benefit from this.
I want to know when the work on the query standardization will begin, is there a plan on it ? And, is there a sql style-guide you follow, so others...
You guys currently depend on `parsec` and `pretty` for parsing and pretty-printing respectively. Assuming that you are not doing this purely as a way of minimizing your dependency footprint (since...