Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: initial rule engine + memo table (#22)
## Problem The persistent memo layer and the rule engine are the core components that facilitate query plan transformation. Having an initial setup is important for people to work on the same codebase simultaneously. ## Summary of changes - A memo table implementation backed by SQLite. - Low-level IR for the rule engine proof concept. --------- Signed-off-by: Yuchen Liang <[email protected]> Co-authored-by: Yuchen Liang <[email protected]> Co-authored-by: Yuchen Liang <[email protected]>
- Loading branch information