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

Method equals

src/org/apache/pig/data/AbstractTuple.java:66–69  ·  view source on GitHub ↗
(Object other)

Source from the content-addressed store, hash-verified

64 }
65
66 @Override
67 public boolean equals(Object other) {
68 return (compareTo(other) == 0);
69 }
70
71 @Override
72 public void reference(Tuple t) {

Callers

nothing calls this directly

Calls 1

compareToMethod · 0.45

Tested by

no test coverage detected