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

Method set

src/org/apache/pig/data/SchemaTuple.java:94–96  ·  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 return generatedCodeSet(t, checkType);
96 }
97
98 protected abstract SchemaTuple<T> generatedCodeSet(SchemaTuple<?> t, boolean checkType) throws ExecException;
99

Callers 2

referenceMethod · 0.95
setAndCatchMethod · 0.95

Calls 9

generatedCodeSetMethod · 0.95
isSpecificSchemaTupleMethod · 0.95
setSpecificMethod · 0.95
schemaSizeMethod · 0.95
generatedCodeSetFieldMethod · 0.95
getAllMethod · 0.65
sizeMethod · 0.65
iteratorMethod · 0.65

Tested by

no test coverage detected