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

Method getScriptId

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

Source from the content-addressed store, hash-verified

278 }
279
280 public String getScriptId() {
281 return ScriptState.get().getId();
282 }
283
284 public String getFileName() {
285 return ScriptState.get().getFileName();

Callers 2

testTCMethod · 0.45
setPigStatsMethod · 0.45

Calls 2

getMethod · 0.95
getIdMethod · 0.45

Tested by 1

testTCMethod · 0.36