org.apache.pig.impl.eval
Class EvalSpec.UserComparator

java.lang.Object
  extended by org.apache.pig.impl.eval.EvalSpec.UserComparator
All Implemented Interfaces:
Comparator<Tuple>
Enclosing class:
EvalSpec

public class EvalSpec.UserComparator
extends Object
implements Comparator<Tuple>


Method Summary
 int compare(Tuple t1, Tuple t2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Method Detail

compare

public int compare(Tuple t1,
                   Tuple t2)
Specified by:
compare in interface Comparator<Tuple>


Copyright © ${year} The Apache Software Foundation