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

Method eval

src/org/apache/pig/scripting/js/JsScriptEngine.java:202–204  ·  view source on GitHub ↗
(String expr)

Source from the content-addressed store, hash-verified

200 }
201
202 protected Object eval(String expr) {
203 return jsEval(expr, "new String("+expr+")");
204 }
205
206 protected void load(String name, InputStream script) {
207 jsEval(name, new InputStreamReader(script));

Callers 1

Calls 1

jsEvalMethod · 0.95

Tested by

no test coverage detected