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

Method debugConvertPigToJS

src/org/apache/pig/scripting/js/JsFunction.java:96–100  ·  view source on GitHub ↗
(int depth, String pigType, Object value, Schema schema)

Source from the content-addressed store, hash-verified

94 ///////////////////////
95
96 private void debugConvertPigToJS(int depth, String pigType, Object value, Schema schema) {
97 if (LOG.isDebugEnabled()) {
98 LOG.debug(indent(depth)+"converting from Pig " + pigType + " " + toString(value) + " using " + stringify(schema));
99 }
100 }
101
102 private void debugConvertJSToPig(int depth, String pigType, Object value, Schema schema) {
103 if (LOG.isDebugEnabled()) {

Callers 3

pigTupleToJSMethod · 0.95
pigMapToJSMethod · 0.95
pigBagToJSMethod · 0.95

Calls 4

indentMethod · 0.95
toStringMethod · 0.95
stringifyMethod · 0.95
debugMethod · 0.80

Tested by

no test coverage detected