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)
| 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 |
no outgoing calls
no test coverage detected