@InterfaceAudience.Public @InterfaceStability.Evolving public interface TupleRawComparator extends org.apache.hadoop.io.RawComparator, org.apache.hadoop.conf.Configurable
RawComparator.compare(byte[],int,int,byte[],int,int)
method.Modifier and Type | Method and Description |
---|---|
boolean |
hasComparedTupleNull()
Checks if one of the compared tuples had a null field.
|
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
boolean hasComparedTupleNull()
RawComparator.compare(byte[],int,int,byte[],int,int)
has returned a zero value (i.e. tuples are determined to be
equal).Copyright © 2007-2017 The Apache Software Foundation