MCPcopy 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

getInputStatsMethod · 0.45
getDisplayStringMethod · 0.45
accumulateStatsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected