()
| 371 | public boolean isRootedAtTable() { return rootTable_ != null; } |
| 372 | public boolean isRootedAtTuple() { return rootDesc_ != null; } |
| 373 | public List<String> getRawPath() { return rawPath_; } |
| 374 | public boolean isResolved() { return isResolved_; } |
| 375 | public TVirtualColumnType getVirtualColumnType() { return virtualColType_; } |
| 376 | public boolean isVirtualColumn() { |
no outgoing calls
no test coverage detected