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

Method equals

src/org/apache/pig/data/SchemaTuple.java:370–373  ·  view source on GitHub ↗
(Object other)

Source from the content-addressed store, hash-verified

368 protected abstract int generatedCodeCompareToSpecific(T t);
369
370 @Override
371 public boolean equals(Object other) {
372 return (compareTo(other) == 0);
373 }
374
375 protected DataBag unbox(Object v, DataBag t) {
376 return unbox((DataBag) v);

Callers 3

staticSchemaGenMethod · 0.45
extractTypeFromClassMethod · 0.45
toBooleanMethod · 0.45

Calls 1

compareToMethod · 0.95

Tested by

no test coverage detected