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

Method toString

fe/src/main/java/org/apache/impala/common/Id.java:42–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 public int hashCode() { return id_; }
41
42 @Override
43 public String toString() {
44 return Integer.toString(id_);
45 }
46
47 @Override
48 public boolean equals(Object obj) {

Callers 15

getExplainStringMethod · 0.45
getTExecRequestMethod · 0.45
addPlannerToProfileMethod · 0.45
doCreateExecRequestMethod · 0.45
addTransactionMethod · 0.45
abortTransactionMethod · 0.45
unregisterTransactionMethod · 0.45
describeDbMinimalMethod · 0.45
describeDbExtendedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected