org.apache.hadoop.hive.serde2.io
Class DoubleWritable.Comparator
java.lang.Object
WritableComparator
org.apache.hadoop.hive.serde2.io.DoubleWritable.Comparator
- Enclosing class:
- DoubleWritable
public static class DoubleWritable.Comparator
- extends WritableComparator
A Comparator optimized for DoubleWritable.
Method Summary |
int |
compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleWritable.Comparator
public DoubleWritable.Comparator()
compare
public int compare(byte[] b1,
int s1,
int l1,
byte[] b2,
int s2,
int l2)
Copyright © 2012 The Apache Software Foundation