()
| 387 | } |
| 388 | |
| 389 | private static String getRegisterScriptUDFClauses() { |
| 390 | StringBuilder sb = new StringBuilder(); |
| 391 | for (String udf : scriptUDFCache) { |
| 392 | sb.append(udf); |
| 393 | } |
| 394 | return sb.toString(); |
| 395 | } |
| 396 | |
| 397 | private static ScriptPigContext getScriptContext() throws IOException { |
| 398 | ScriptPigContext ctx = ScriptPigContext.get(); |