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

Method compareSize

src/org/apache/pig/data/SchemaTuple.java:971–973  ·  view source on GitHub ↗
(Tuple t)

Source from the content-addressed store, hash-verified

969 protected abstract void generatedCodeWriteElements(DataOutput out) throws IOException;
970
971 protected int compareSize(Tuple t) {
972 return compare(size(), t.size());
973 }
974
975 protected int compareNull(boolean usNull, boolean themNull) {
976 if (usNull && themNull) {

Callers 2

compareToMethod · 0.95
compareToSpecificMethod · 0.80

Calls 3

compareMethod · 0.95
sizeMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected