|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eigenbase.oj.rel.IterRules
public abstract class IterRules
A collection of optimizer rules related to the iterator calling convention
.
Nested Class Summary | |
---|---|
static class |
IterRules.HomogeneousUnionToIteratorRule
Refinement of IterRules.UnionToIteratorRule which only applies to a UnionRel all of whose input rows are the same type as its output row. |
static class |
IterRules.IterCalcRule
Rule to convert a CalcRel to an IterCalcRel . |
static class |
IterRules.OneRowToIteratorRule
|
static class |
IterRules.UnionToIteratorRule
Rule to convert a UnionRel to iterator calling convention . |
Constructor Summary | |
---|---|
IterRules()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IterRules()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |