This website requires JavaScript.
Explore
Help
Register
Sign In
CCF_100
/
relational
Watch
1
Star
0
Fork
0
You've already forked relational
Code
Issues
Pull Requests
Releases
Wiki
Activity
relational
/
relational
History
Salvo 'LtWorf' Tomaselli
950a2273c3
New query optimization
...
A * B ∪ A * C = A * (B ∪ C)
2015-12-31 14:26:28 +01:00
..
__init__.py
Fix bug: imported removed module
2015-09-09 15:13:44 +02:00
maintenance.py
Solves mysterious issue
2015-09-14 19:45:09 +02:00
optimizations.py
New query optimization
2015-12-31 14:26:28 +01:00
optimizer.py
Removed test code to run the optimizer interactively
2015-11-11 16:36:14 +01:00
parser.py
Use normal strings in intermediate steps
2015-11-20 15:50:09 +01:00
relation.py
Compile selection expression
2015-11-20 15:48:20 +01:00
rtypes.py
Simplify some redundant code
2015-11-06 15:26:26 +01:00