net.sf.saffron.oj.xlat
Class QueryInfo.LocalLookupResult
java.lang.Object
|
+--net.sf.saffron.oj.xlat.QueryInfo.LookupResult
|
+--net.sf.saffron.oj.xlat.QueryInfo.LocalLookupResult
- Enclosing class:
- QueryInfo
- static class QueryInfo.LocalLookupResult
- extends QueryInfo.LookupResult
Field Summary |
(package private) int |
offset
The offset of the field in the input relation which corresponds to
the first field in the relation we were seeking. |
(package private) SaffronType |
rowType
The record type of the relation we were seeking. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
offset
final int offset
- The offset of the field in the input relation which corresponds to
the first field in the relation we were seeking.
rowType
final SaffronType rowType
- The record type of the relation we were seeking.
QueryInfo.LocalLookupResult
QueryInfo.LocalLookupResult(int offset,
SaffronType rowType)