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

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.ShortExpr

public final class ShortExpr
extends FixedLengthPrimitive


Field Summary
 
Fields inherited from class org.apache.hadoop.zebra.pig.comparator.FixedLengthPrimitive
bytes
 
Constructor Summary
ShortExpr(int index)
           
 
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
 

Constructor Detail

ShortExpr

public ShortExpr(int index)
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