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/util/Hash128.java:78–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
78
@Override
79
public
String toString() {
80
// Return hexadecimal representation for debugging
81
return
String.format(
"%016x%016x"
, high_, low_);
82
}
83
}
Callers
15
testToString
Method · 0.95
setKey
Method · 0.45
getKuduDefaultValue
Method · 0.45
fromThrift
Method · 0.45
toThrift
Method · 0.45
getPrimaryKeyString
Method · 0.45
print
Method · 0.45
submitCacheTblDirective
Method · 0.45
submitCachePartitionDirective
Method · 0.45
submitDirective
Method · 0.45
modifyCacheDirective
Method · 0.45
validateCacheParams
Method · 0.45
Calls
1
format
Method · 0.45
Tested by
1
testToString
Method · 0.76