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

Method set

src/org/apache/pig/data/AppendableSchemaTuple.java:94–100  ·  view source on GitHub ↗
(SchemaTuple<?> t, boolean checkType)

Source from the content-addressed store, hash-verified

92 }
93
94 protected SchemaTuple<T> set(SchemaTuple<?> t, boolean checkType) throws ExecException {
95 resetAppendedFields();
96 for (int j = schemaSize(); j < t.size(); j++) {
97 append(t.get(j));
98 }
99 return super.set(t, checkType);
100 }
101
102 protected SchemaTuple<T> setSpecific(T t) {
103 resetAppendedFields();

Callers

nothing calls this directly

Calls 12

resetAppendedFieldsMethod · 0.95
appendMethod · 0.95
appendedFieldsSizeMethod · 0.95
setAppendedFieldMethod · 0.95
schemaSizeMethod · 0.80
sizeMethod · 0.65
getMethod · 0.65
setMethod · 0.65
iteratorMethod · 0.65
hasNextMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected