Skip to content

QueryCompiler & QueryStatementCompiler#24

Open
tobodner wants to merge 5 commits into
compiler-pr-799-headfrom
compiler-pr-800-head
Open

QueryCompiler & QueryStatementCompiler#24
tobodner wants to merge 5 commits into
compiler-pr-799-headfrom
compiler-pr-800-head

Conversation

@tobodner

@tobodner tobodner commented Nov 3, 2025

Copy link
Copy Markdown
Member

The entry point for SQL compilation is the QueryCompiler.
For parsing, it utilizes the Hyrise SQL Parser, which translates SQL strings into parse trees.

Since SQL strings may consist of multiple statements (delimited with ;), a QueryStatementCompiler instance is invoked for each statement or parse tree to generate the according logical and physical plans.

ToDos

  • Adapt code to recent master changes
  • Refactor tests & add some new ones where appropriate. (During my master's thesis, I had time for rudimentary testing only)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants