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

Method isAnalyzed

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

Source from the content-addressed store, hash-verified

482 }
483
484 public boolean isAnalyzed() { return isAnalyzed_; }
485 public boolean isRewritten() { return isRewritten_; }
486 public void setRewritten(boolean isRewritten) { isRewritten_ = isRewritten; }
487 public ExprId getId() { return id_; }

Callers 15

applyMethod · 0.95
createMethod · 0.95
analyzeMethod · 0.95
rewriteMethod · 0.95
testBasicsMethod · 0.45
convertToCNFMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45

Calls

no outgoing calls

Tested by 3

testBasicsMethod · 0.36
getTestCaseDataMethod · 0.36