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

Method clone

fe/src/main/java/org/apache/impala/analysis/Expr.java:1273–1274  ·  view source on GitHub ↗

Creates a deep copy of this expr including its analysis state. The method is abstract in this class to force new Exprs to implement it.

()

Source from the content-addressed store, hash-verified

1271 * abstract in this class to force new Exprs to implement it.
1272 */
1273 @Override
1274 public abstract Expr clone();
1275
1276 /**
1277 * Create a deep copy of 'l'. The elements of the returned list are of the same

Callers 15

applyMethod · 0.95
applyMethod · 0.95
prunePartitionsMethod · 0.95
trySubstituteMethod · 0.95
substituteImplMethod · 0.95
substituteImplMethod · 0.95
createTupleDescMethod · 0.95
CaseExprMethod · 0.95
applyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected