MCPcopy Create free account
hub / github.com/apache/pig / getFileName

Method getFileName

src/org/apache/pig/tools/pigstats/PigStats.java:284–286  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

282 }
283
284 public String getFileName() {
285 return ScriptState.get().getFileName();
286 }
287
288 public String getFeatures() {
289 return ScriptState.get().getScriptFeatures();

Callers 12

iteratorMethod · 0.45
addOutputInfoMethod · 0.45
addInputStatsMethod · 0.45
getCounterNameMethod · 0.45
getDisplayStringMethod · 0.45
addInputStatisticsMethod · 0.45
addOutputStatisticsMethod · 0.45
addOutputStatisticsMethod · 0.45
addOneOutputStatsMethod · 0.45
addSettingsToConfMethod · 0.45

Calls 1

getMethod · 0.95

Tested by

no test coverage detected