-
Notifications
You must be signed in to change notification settings - Fork 22
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
[WIP] Physical props #173
base: main
Are you sure you want to change the base?
[WIP] Physical props #173
Conversation
AveryQi115
commented
Apr 30, 2024
•
edited
Loading
edited
- basic framework
- default physical properties builder (without any constraints)
- test default builder
- ordering physical properties builder (Sort -> order)
- testcases
- code reconstruction
Signed-off-by: AveryQi115 <[email protected]>
Signed-off-by: AveryQi115 <[email protected]>
Signed-off-by: AveryQi115 <[email protected]>
Signed-off-by: AveryQi115 <[email protected]>
Signed-off-by: AveryQi115 <[email protected]>
Signed-off-by: AveryQi115 <[email protected]>
Signed-off-by: AveryQi115 <[email protected]>
Signed-off-by: AveryQi115 <[email protected]>
Signed-off-by: AveryQi115 <[email protected]>
Signed-off-by: AveryQi115 <[email protected]>
Signed-off-by: AveryQi115 <[email protected]>
Signed-off-by: AveryQi115 <[email protected]>
Signed-off-by: AveryQi115 <[email protected]>
Signed-off-by: AveryQi115 <[email protected]>
Signed-off-by: AveryQi115 <[email protected]>
Signed-off-by: AveryQi115 <[email protected]>
Signed-off-by: AveryQi115 <[email protected]>
Why is it that we needed to incorporate the notion of a I am predicting it may be because we are lacking separation of the phases that apply transformation rules and implementation rules? |
No, it’s not related to separation of transformation rules and impl rules. It’s a standard way to do this, just see calcite and cockroaches code. They both have a notion of logically equivalent and physically equivalent subset in logically equivalent set |