org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
Class PigBytesRawComparator
java.lang.Object
org.apache.hadoop.io.WritableComparator
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigBytesRawComparator
- All Implemented Interfaces:
- Comparator, org.apache.hadoop.conf.Configurable, org.apache.hadoop.io.RawComparator
public class PigBytesRawComparator
- extends org.apache.hadoop.io.WritableComparator
- implements org.apache.hadoop.conf.Configurable
Method Summary |
int |
compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2)
Compare two NullableBytesWritables as raw bytes. |
int |
compare(Object o1,
Object o2)
|
org.apache.hadoop.conf.Configuration |
getConf()
|
void |
setConf(org.apache.hadoop.conf.Configuration conf)
|
Methods inherited from class org.apache.hadoop.io.WritableComparator |
compare, compareBytes, define, get, getKeyClass, hashBytes, 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 |
PigBytesRawComparator
public PigBytesRawComparator()
setConf
public void setConf(org.apache.hadoop.conf.Configuration conf)
- Specified by:
setConf
in interface org.apache.hadoop.conf.Configurable
getConf
public org.apache.hadoop.conf.Configuration getConf()
- Specified by:
getConf
in interface org.apache.hadoop.conf.Configurable
compare
public int compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2)
- Compare two NullableBytesWritables as raw bytes.
If both are null, then the indices are compared.
If neither are null
and both are bytearrays, then direct Writable.compareBytes is used.
For non-bytearrays, we use BinInterSedesTupleRawComparator.
If either is null, null one is defined to be less.
- 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 © 2007-2012 The Apache Software Foundation