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

Method registerFunctions

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

Registers scripting language functions as Pig functions with given namespace @param path path of the script @param namespace namespace for the functions @param pigContext pigcontext to register functions to pig in the given namespace @throws IOException

(String path, String namespace,
            PigContext pigContext)

Source from the content-addressed store, hash-verified

220 * @throws IOException
221 */
222 public abstract void registerFunctions(String path, String namespace,
223 PigContext pigContext) throws IOException;
224
225 /**
226 * Actually runs the script file. This method will be implemented by

Callers 2

registerCodeMethod · 0.95
registerUDFMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected