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

Method debugString

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

Source from the content-addressed store, hash-verified

981 }
982
983 public String debugString() {
984 return (id_ != null ? "exprid=" + id_.toString() + " " : "") + debugString(children_);
985 }
986
987 public static String debugString(List<? extends Expr> exprs) {
988 if (exprs == null || exprs.isEmpty()) return "";

Callers 15

applyRuleBottomUpMethod · 0.95
debugStringMethod · 0.95
initMethod · 0.95
debugStringMethod · 0.95
addConjunctsToNodeMethod · 0.95
debugStringMethod · 0.95
debugStringMethod · 0.95

Calls 4

toStringMethod · 0.45
isEmptyMethod · 0.45
addMethod · 0.45
joinMethod · 0.45

Tested by 1

checkCastsMethod · 0.36