org.apache.pig.data
Class DefaultTuple.DefaultTupleRawComparator
java.lang.Object
org.apache.hadoop.io.WritableComparator
org.apache.pig.data.DefaultTuple.DefaultTupleRawComparator
- All Implemented Interfaces:
- Comparator, org.apache.hadoop.conf.Configurable, org.apache.hadoop.io.RawComparator, TupleRawComparator
- Enclosing class:
- DefaultTuple
public static class DefaultTuple.DefaultTupleRawComparator
- extends org.apache.hadoop.io.WritableComparator
- implements TupleRawComparator
Method Summary |
int |
compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2)
Compare two DefaultTuples as raw bytes. |
int |
compare(Object o1,
Object o2)
|
org.apache.hadoop.conf.Configuration |
getConf()
|
boolean |
hasComparedTupleNull()
Checks if one of the compared tuples had a null field. |
void |
setConf(org.apache.hadoop.conf.Configuration conf)
|
Methods inherited from class org.apache.hadoop.io.WritableComparator |
compare, compareBytes, define, get, getKeyClass, hashBytes, newKey, readDouble, readFloat, readInt, readLong, readUnsignedShort, readVInt, readVLong |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTuple.DefaultTupleRawComparator
public DefaultTuple.DefaultTupleRawComparator()
getConf
public org.apache.hadoop.conf.Configuration getConf()
- Specified by:
getConf
in interface org.apache.hadoop.conf.Configurable
setConf
public void setConf(org.apache.hadoop.conf.Configuration conf)
- Specified by:
setConf
in interface org.apache.hadoop.conf.Configurable
hasComparedTupleNull
public boolean hasComparedTupleNull()
- Description copied from interface:
TupleRawComparator
- Checks if one of the compared tuples had a null field. This method is meaningful only when
RawComparator.compare(byte[],int,int,byte[],int,int)
has returned a zero value (i.e. tuples are determined to be
equal).
- Specified by:
hasComparedTupleNull
in interface TupleRawComparator
- Returns:
- true if one of the compared tuples had a null field, false otherwise.
compare
public int compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2)
- Compare two DefaultTuples as raw bytes. We assume the Tuples are NOT PigNullableWritable, so client classes
need to deal with Null and Index.
- Specified by:
compare
in interface org.apache.hadoop.io.RawComparator
- Overrides:
compare
in class org.apache.hadoop.io.WritableComparator
compare
public int compare(Object o1,
Object o2)
- Specified by:
compare
in interface Comparator
- Overrides:
compare
in class org.apache.hadoop.io.WritableComparator
Copyright © 2012 The Apache Software Foundation