(StringBuilder sb, Schema schema, byte type)
| 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 |