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

Method computeEvalCost

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

Compute and return evalcost of this expr given the evalcost of all children has been computed. Should be called bottom-up whenever the structure of subtree is modified.

()

Source from the content-addressed store, hash-verified

616 * computed. Should be called bottom-up whenever the structure of subtree is modified.
617 */
618 abstract protected float computeEvalCost();
619
620 protected void computeNumDistinctValues() {
621 if (isConstant()) {

Callers 1

analyzeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected