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

Method stringifySchema

src/org/apache/pig/impl/logicalLayer/schema/Schema.java:951–954  ·  view source on GitHub ↗
(StringBuilder sb, Schema schema, byte type)

Source from the content-addressed store, hash-verified

949 }
950
951 public static void stringifySchema(StringBuilder sb, Schema schema, byte type)
952 throws FrontendException {
953 stringifySchema(sb, schema, type, 0);
954 }
955
956 // This is used for building up output string
957 // type can only be BAG or TUPLE

Callers 3

getAliasToSchemaMapMethod · 0.95
assertOutputMethod · 0.95
toIndentedStringMethod · 0.95

Calls 6

indentMethod · 0.95
isAtomicMethod · 0.95
findTypeNameMethod · 0.95
appendMethod · 0.65
sizeMethod · 0.65
getFieldMethod · 0.45

Tested by 2

getAliasToSchemaMapMethod · 0.76
assertOutputMethod · 0.76