Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ getInputs
Method
getInputs
src/org/apache/pig/tools/pigstats/JobStats.java:108–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
}
107
108
public
List<InputStats> getInputs() {
109
return
Collections.unmodifiableList(inputs);
110
}
111
112
public
String getAlias() {
113
return
(String)getAnnotation(ALIAS);
Callers
3
getInputStats
Method · 0.45
getDisplayString
Method · 0.45
accumulateStats
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected