Add test and make it pass
This commit is contained in:
parent
aad21b0585
commit
99d44e3228
2 changed files with 10 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ func (it *And) Optimize() (graph.Iterator, bool) {
|
|||
// now a permutation of itself, but the contents are unchanged.
|
||||
its = optimizeOrder(its)
|
||||
|
||||
its = materializeIts(its)
|
||||
//its = materializeIts(its)
|
||||
|
||||
// Okay! At this point we have an optimized order.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue