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

Method load

src/org/apache/pig/scripting/js/JsScriptEngine.java:206–208  ·  view source on GitHub ↗
(String name, InputStream script)

Source from the content-addressed store, hash-verified

204 }
205
206 protected void load(String name, InputStream script) {
207 jsEval(name, new InputStreamReader(script));
208 }
209
210 @Override
211 protected Map<String, List<PigStats>> main(PigContext pigContext,

Callers 4

registerFunctionsMethod · 0.95
runSingleMethod · 0.45
runMethod · 0.45
HolderClass · 0.45

Calls 1

jsEvalMethod · 0.95

Tested by

no test coverage detected