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

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

public final class BytesExpr
extends LeafExpr


Constructor Summary
BytesExpr(int index)
           
 
Method Summary
protected  void appendObject(org.apache.hadoop.zebra.pig.comparator.EncodingOutputStream out, Object o)
           
protected  String getType()
           
protected  boolean 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

BytesExpr

public BytesExpr(int index)
Method Detail

appendObject

protected void appendObject(org.apache.hadoop.zebra.pig.comparator.EncodingOutputStream out,
                            Object o)
Specified by:
appendObject in class LeafExpr

implicitBound

protected boolean implicitBound()
Specified by:
implicitBound in class LeafExpr

getType

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


Copyright © 2007-2012 The Apache Software Foundation