org.eigenbase.oj.rex
Class RexToOJTranslator.WhichInputResult
java.lang.Object
org.eigenbase.oj.rex.RexToOJTranslator.WhichInputResult
- Enclosing class:
- RexToOJTranslator
private static class RexToOJTranslator.WhichInputResult
- extends Object
Result of call to RexToOJTranslator.whichInput(int, org.eigenbase.rel.RelNode)
, contains the
input relational expression, its index, and the index of the field within
that relational expression.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
input
final RelNode input
inputIndex
final int inputIndex
fieldIndex
final int fieldIndex
RexToOJTranslator.WhichInputResult
RexToOJTranslator.WhichInputResult(RelNode input,
int inputIndex,
int fieldIndex)