Skip to content

Conversation

@tobodner
Copy link
Member

@tobodner tobodner commented Nov 3, 2025

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.

3 participants