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

Method debugConvertJSToPig

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

Source from the content-addressed store, hash-verified

100 }
101
102 private void debugConvertJSToPig(int depth, String pigType, Object value, Schema schema) {
103 if (LOG.isDebugEnabled()) {
104 LOG.debug(indent(depth)+"converting to Pig " + pigType + " " + toString(value) + " using " + stringify(schema));
105 }
106 }
107
108 private void debugReturn(int depth, Object value) {
109 if (LOG.isDebugEnabled()) {

Callers 3

jsToPigTupleMethod · 0.95
jsToPigMapMethod · 0.95
jsToPigBagMethod · 0.95

Calls 4

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

Tested by

no test coverage detected