Returns a deep clone of this table ref without also cloning the chain of table refs. Sets leftTblRef_ in the returned clone to null.
()
| 815 | * Sets leftTblRef_ in the returned clone to null. |
| 816 | */ |
| 817 | @Override |
| 818 | protected TableRef clone() { return new TableRef(this); } |
| 819 | |
| 820 | public void reset() { |
| 821 | isAnalyzed_ = false; |