Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ asInt
Method
asInt
fe/src/main/java/org/apache/impala/common/Id.java:37–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
public
int
asInt() {
return
id_; }
38
39
@Override
40
public
int
hashCode() {
return
id_; }
Callers
15
testIdTranslation
Method · 0.80
toThrift
Method · 0.80
debugString
Method · 0.80
toThrift
Method · 0.80
toThrift
Method · 0.80
toThrift
Method · 0.80
debugString
Method · 0.80
toThrift
Method · 0.80
toThrift
Method · 0.80
debugString
Method · 0.80
TupleCacheNode
Method · 0.80
debugString
Method · 0.80
Calls
no outgoing calls
Tested by
1
testIdTranslation
Method · 0.64