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

Method getRegisterScriptUDFClauses

src/org/apache/pig/scripting/Pig.java:389–395  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers 1

compileMethod · 0.95

Calls 2

appendMethod · 0.65
toStringMethod · 0.45

Tested by

no test coverage detected