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

Method stringify

src/org/apache/pig/scripting/js/JsFunction.java:56–60  ·  view source on GitHub ↗

helper function for debugging @param schema a PIG schema @return a readable string representation of the schema

(Schema schema)

Source from the content-addressed store, hash-verified

54 * @return a readable string representation of the schema
55 */
56 private static String stringify(Schema schema) {
57 StringBuffer buffer = new StringBuffer();
58 stringify(schema, buffer);
59 return buffer.toString();
60 }
61
62 /**
63 *

Callers 3

debugConvertPigToJSMethod · 0.95
debugConvertJSToPigMethod · 0.95
execMethod · 0.95

Calls 6

findTypeNameMethod · 0.95
appendMethod · 0.65
sizeMethod · 0.65
getMethod · 0.65
toStringMethod · 0.45
getFieldsMethod · 0.45

Tested by

no test coverage detected