Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: initial rule engine + memo table #22

Merged
merged 47 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
e15907e
add logical side of schema
yliang412 Jan 30, 2025
a15bff4
add and impl RelationChildren and ScalarChildren traits
yliang412 Jan 30, 2025
e30b2c9
create sequence
yliang412 Jan 31, 2025
c5ec6cb
Merge branch 'main' into yuchen/initial-storage
yliang412 Feb 1, 2025
5aaeefc
Add doc of rule engine
AlSchlo Feb 2, 2025
e49b7a6
Be more specific about rule application WITH
AlSchlo Feb 2, 2025
92a3546
Fix indentation error
AlSchlo Feb 2, 2025
639c6f3
Fix again
AlSchlo Feb 2, 2025
134dd04
Add new IR and update doc
AlSchlo Feb 2, 2025
893ae2d
Add more details to doc and refine IR
AlSchlo Feb 2, 2025
66b43d7
Refine IR
AlSchlo Feb 2, 2025
69ca1a0
Update docs
AlSchlo Feb 2, 2025
5d22cde
Remove mention of tree
AlSchlo Feb 2, 2025
df9e9db
Make doc consistent again
AlSchlo Feb 2, 2025
54b47fb
Reorg dir
AlSchlo Feb 2, 2025
b3156eb
Add missing fules
AlSchlo Feb 2, 2025
2f00009
add basic apis
yliang412 Feb 3, 2025
3eff602
Reorg more code
AlSchlo Feb 3, 2025
4d6e33d
Add missing files
AlSchlo Feb 3, 2025
5c7a5cd
Add transformers
AlSchlo Feb 3, 2025
0caffcc
Add actions doc
AlSchlo Feb 3, 2025
00be567
use trigger to merge groups
yliang412 Feb 3, 2025
e999f62
Add analyzer doc
AlSchlo Feb 3, 2025
d49cb8b
Add more docs
AlSchlo Feb 3, 2025
9a88281
Rename cascades into alexis_stuff to allow for cascades subdir
AlSchlo Feb 3, 2025
eaf06c9
Reorg repo structure
AlSchlo Feb 3, 2025
abc0397
Add missing files
AlSchlo Feb 3, 2025
b9578a1
Refactor types
AlSchlo Feb 3, 2025
fc9b050
add scalar stuff
yliang412 Feb 3, 2025
8bad99c
fix projects operator
yliang412 Feb 3, 2025
d8e228e
Partial merge
AlSchlo Feb 3, 2025
b069d2e
The mother of merges
AlSchlo Feb 4, 2025
0ca88dd
Fix horrible Json bug
AlSchlo Feb 4, 2025
f160dce
Update migration
AlSchlo Feb 4, 2025
7e2663d
Start implementation of engine interpreter
AlSchlo Feb 4, 2025
d9a4cd1
add test utilities
yliang412 Feb 4, 2025
178fb97
fix scalar_adds foreign key
yliang412 Feb 4, 2025
64c852b
Latest demo test
AlSchlo Feb 4, 2025
fc36f2f
Refactor and comment operators dir
AlSchlo Feb 5, 2025
92a3c65
Refactor and comment plans dir
AlSchlo Feb 5, 2025
e75fc9b
Refactor and comment values dir
AlSchlo Feb 5, 2025
270d61a
Fix engine/actions & engine/patterns dirs
AlSchlo Feb 5, 2025
f24c089
Add missing files
AlSchlo Feb 5, 2025
59f7a6b
Cleanup ingestion function
AlSchlo Feb 5, 2025
983fef1
fix clippy
yliang412 Feb 8, 2025
b5150ca
fix format
yliang412 Feb 8, 2025
758671f
add more docs to storage layer
yliang412 Feb 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ target/

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

.env
*.db
*.db-shm
*.db-wal

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading