MCPcopy 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

testToStringMethod · 0.95
setKeyMethod · 0.45
getKuduDefaultValueMethod · 0.45
fromThriftMethod · 0.45
toThriftMethod · 0.45
getPrimaryKeyStringMethod · 0.45
printMethod · 0.45
submitDirectiveMethod · 0.45
modifyCacheDirectiveMethod · 0.45
validateCacheParamsMethod · 0.45

Calls 1

formatMethod · 0.45

Tested by 1

testToStringMethod · 0.76