net.sf.saffron.opt
Class RelImplementor.Translator.WhichInputResult
java.lang.Object
|
+--net.sf.saffron.opt.RelImplementor.Translator.WhichInputResult
- Enclosing class:
- RelImplementor.Translator
- private static class RelImplementor.Translator.WhichInputResult
- extends Object
Result of call to RelImplementor.Translator.whichInput(int, net.sf.saffron.rel.SaffronRel)
, 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
SaffronRel input
inputIndex
int inputIndex
fieldIndex
int fieldIndex
RelImplementor.Translator.WhichInputResult
RelImplementor.Translator.WhichInputResult(SaffronRel input,
int inputIndex,
int fieldIndex)