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

Method toString

fe/src/main/java/org/apache/impala/planner/PlanId.java:38–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }
37
38 @Override
39 public String toString() {
40 return String.format("%02d", id_);
41 }
42}

Callers 15

getNodeExplainStringMethod · 0.45
debugStringMethod · 0.45
getNodeExplainStringMethod · 0.45
getExplainStringMethod · 0.45
getNodeExplainStringMethod · 0.45
getExplainStringMethod · 0.45
createJoinPlanMethod · 0.45
getExplainStringMethod · 0.45
computeCardinalitiesMethod · 0.45
getNumPartitionStringMethod · 0.45

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected