Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getExplainString
Method · 0.45
doLoadIcebergTableData
Method · 0.45
doGetMetadataTableNames
Method · 0.45
getTExecRequest
Method · 0.45
addPlannerToProfile
Method · 0.45
fillProfileNodeWithIcebergScanMetrics
Method · 0.45
doCreateExecRequest
Method · 0.45
addTransaction
Method · 0.45
abortTransaction
Method · 0.45
unregisterTransaction
Method · 0.45
describeDbMinimal
Method · 0.45
describeDbExtended
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected