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

Method putField

src/org/apache/pig/impl/util/StorageUtil.java:115–117  ·  view source on GitHub ↗
(OutputStream out, Object field)

Source from the content-addressed store, hash-verified

113 }
114
115 public static void putField(OutputStream out, Object field) throws IOException {
116 putField(out, field, DEFAULT_DELIMITERS, false);
117 }
118
119 public static void putField(OutputStream out, Object field, boolean includeTypeInformation) throws IOException {
120 putField(out, field, DEFAULT_DELIMITERS, includeTypeInformation);

Callers 4

writeMethod · 0.95
writeMethod · 0.95
serializeToBytesMethod · 0.95
serializeToBytesMethod · 0.95

Calls 15

findTypeMethod · 0.95
writeFieldMethod · 0.95
getMethod · 0.95
sizeMethod · 0.95
getNullMethod · 0.80
getMapBeginMethod · 0.80
entrySetMethod · 0.80
getFieldDelimMethod · 0.80
getMapKeyDelimMethod · 0.80
getMapEndMethod · 0.80
getTupleBeginMethod · 0.80
getTupleEndMethod · 0.80

Tested by

no test coverage detected