org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators
Class POSort.SortComparator
java.lang.Object
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POSort.SortComparator
- All Implemented Interfaces:
- Serializable, Comparator<Tuple>
- Enclosing class:
- POSort
public class POSort.SortComparator
- extends Object
- implements Comparator<Tuple>, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POSort.SortComparator
public POSort.SortComparator()
compare
public int compare(Tuple o1,
Tuple o2)
- Specified by:
compare
in interface Comparator<Tuple>
Copyright © 2007-2012 The Apache Software Foundation