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

Method Expr

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

Source from the content-addressed store, hash-verified

450 private boolean isCodegenDisabled_ = false;
451
452 protected Expr() {
453 type_ = Type.INVALID;
454 selectivity_ = -1.0;
455 evalCost_ = -1.0f;
456 numDistinctValues_ = -1;
457 }
458
459 /**
460 * Copy c'tor used in clone().

Callers

nothing calls this directly

Calls 2

cloneListMethod · 0.95
addAllMethod · 0.80

Tested by

no test coverage detected