Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ getId
Method
getId
src/org/apache/pig/impl/plan/OperatorKey.java:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
public
long getId() {
65
return
id;
66
}
67
68
public
int
compareTo(OperatorKey o) {
69
int
scCmp = scope.compareTo(o.scope);
Callers
13
createOutputStream
Method · 0.45
makeMockTempFile
Method · 0.45
init
Method · 0.45
visitMROp
Method · 0.45
mergeAllMapReduceSplittees
Method · 0.45
setup
Method · 0.45
setup
Method · 0.45
setup
Method · 0.45
setup
Method · 0.45
initialize
Method · 0.45
writeErrorToHDFS
Method · 0.45
flush
Method · 0.45
Calls
no outgoing calls
Tested by
1
makeMockTempFile
Method · 0.36