Skip to content

Commit

Permalink
Refactoring and cleaning up the code-base.
Browse files Browse the repository at this point in the history
* cleaning up operator logging
* making operator dependencies explicit in plan operators (:deps op)
* receive-op now accepts channels on its input, so now it knows
 when all of the sub-queries have closed or not.
* making predicates lookup in a map rather than using resolve-ns
so we don't have hackers messing with queries.
* refactoring sub-query generation and query building
  • Loading branch information
rosejn committed Feb 23, 2011
1 parent 6bb2bee commit 9438db5
Show file tree
Hide file tree
Showing 7 changed files with 251 additions and 300 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
pom.xml
*.log
db/*
*jar
lib
classes
.cake
ext
test/db
Loading

0 comments on commit 9438db5

Please sign in to comment.