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

Method equals

src/org/apache/pig/builtin/PigStorage.java:411–417  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

409 }
410
411 @Override
412 public boolean equals(Object obj) {
413 if (obj instanceof PigStorage)
414 return equals((PigStorage)obj);
415 else
416 return false;
417 }
418
419 public boolean equals(PigStorage other) {
420 return this.fieldDel == other.fieldDel;

Callers 12

execMethod · 0.45
execMethod · 0.45
InvokerMethod · 0.45
unPrimitivizeMethod · 0.45
convertToExpectedArgMethod · 0.45
execMethod · 0.45
getSearchArgumentMethod · 0.45
buildSearchArgumentMethod · 0.45
setStoreLocationMethod · 0.45
execMethod · 0.45
execMethod · 0.45
InvokerGeneratorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected