org.apache.hadoop.zebra.pig.comparator
Class DoubleExpr

java.lang.Object
  extended by org.apache.hadoop.zebra.pig.comparator.ComparatorExpr
      extended by org.apache.hadoop.zebra.pig.comparator.LeafExpr
          extended by org.apache.hadoop.zebra.pig.comparator.FixedLengthPrimitive
              extended by org.apache.hadoop.zebra.pig.comparator.DoubleExpr

public class DoubleExpr
extends FixedLengthPrimitive


Field Summary
 
Fields inherited from class org.apache.hadoop.zebra.pig.comparator.FixedLengthPrimitive
bytes
 
Method Summary
protected  void convertValue(byte[] b, Object o)
           
protected  String getType()
           
 
Methods inherited from class org.apache.hadoop.zebra.pig.comparator.FixedLengthPrimitive
appendObject, implicitBound
 
Methods inherited from class org.apache.hadoop.zebra.pig.comparator.LeafExpr
append, appendLeafGenerator, illustrate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convertValue

protected void convertValue(byte[] b,
                            Object o)
Specified by:
convertValue in class FixedLengthPrimitive

getType

protected String getType()
Specified by:
getType in class LeafExpr


Copyright © 2007-2012 The Apache Software Foundation