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

Method main

src/org/apache/pig/scripting/ScriptEngine.java:233–234  ·  view source on GitHub ↗

Actually runs the script file. This method will be implemented by individual script engines. @param context ScriptPigContext to run the script file @param scriptFile the file @throws IOException

(
           PigContext context, String scriptFile)

Source from the content-addressed store, hash-verified

231 * @throws IOException
232 */
233 protected abstract Map<String, List<PigStats>> main(
234 PigContext context, String scriptFile) throws IOException;
235
236// Not needed as a general abstraction so far
237// /**

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected