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

Method disableCodegen

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

Source from the content-addressed store, hash-verified

503 public void setIsAuxExpr() { isAuxExpr_ = true; }
504 public Function getFn() { return fn_; }
505 public void disableCodegen() {
506 isCodegenDisabled_ = true;
507 for (Expr child : children_) {
508 child.disableCodegen();
509 }
510 }
511
512 /**
513 * Perform semantic analysis of node and all of its children.

Callers 1

initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected