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

Method toString

src/org/apache/pig/newplan/logical/relational/LOLoad.java:278–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

276 }
277
278 @Override
279 public String toString(){
280 String str = super.toString();
281 return (str + "RequiredFields:" + requiredFields);
282 }
283
284 public String getSignature() {
285 return signature;

Callers 10

translateSchemaMethod · 0.45
getNameMethod · 0.45
getNameMethod · 0.45
visitMethod · 0.45
getSignatureMethod · 0.45
visitMethod · 0.45
depthFirstLPMethod · 0.45
depthFirstMethod · 0.45
optimizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected