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

Method get

src/org/apache/pig/scripting/ScriptPigContext.java:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43
44 public static ScriptPigContext get() {
45 return tss.get();
46 }
47
48 public ScriptEngine getScriptEngine() {
49 return engine;

Callers 2

BoundScriptMethod · 0.95
getScriptContextMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected