|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eigenbase.oj.rel.JavaRelImplementor.Frame
private static class JavaRelImplementor.Frame
| Field Summary | |
|---|---|
private JavaRelImplementor.Bind |
bind
Holds variable which hasn't been declared yet. |
(package private) int |
ordinal
ordinal of rel within parent |
(package private) RelNode |
parent
rel's parent |
(package private) RelNode |
rel
relation which is being implemented in this frame |
| Constructor Summary | |
|---|---|
private |
JavaRelImplementor.Frame()
|
| Method Summary | |
|---|---|
(package private) Variable |
getVariable()
Retrieves the variable, executing the lazy bind if necessary. |
(package private) boolean |
hasVariable()
Returns whether the frame has, or potentially has, a variable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
RelNode parent
rel's parent
RelNode rel
int ordinal
rel within parent
private JavaRelImplementor.Bind bind
| Constructor Detail |
|---|
private JavaRelImplementor.Frame()
| Method Detail |
|---|
Variable getVariable()
boolean hasVariable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||