()
| 368 | |
| 369 | public FeTable getRootTable() { return rootTable_; } |
| 370 | public TupleDescriptor getRootDesc() { return rootDesc_; } |
| 371 | public boolean isRootedAtTable() { return rootTable_ != null; } |
| 372 | public boolean isRootedAtTuple() { return rootDesc_ != null; } |
| 373 | public List<String> getRawPath() { return rawPath_; } |
no outgoing calls
no test coverage detected