MCPcopy Create free account
hub / github.com/apache/impala / clone

Method clone

fe/src/main/java/org/apache/impala/analysis/TableRef.java:817–818  ·  view source on GitHub ↗

Returns a deep clone of this table ref without also cloning the chain of table refs. Sets leftTblRef_ in the returned clone to null.

()

Source from the content-addressed store, hash-verified

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;

Callers 2

resetMethod · 0.95
TableRefMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected