public abstract class FixedLengthPrimitive extends LeafExpr
Modifier and Type | Field and Description |
---|---|
protected byte[] |
bytes |
Modifier | Constructor and Description |
---|---|
protected |
FixedLengthPrimitive(int index,
int length)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
appendObject(org.apache.hadoop.zebra.pig.comparator.EncodingOutputStream out,
java.lang.Object o) |
protected abstract void |
convertValue(byte[] b,
java.lang.Object o) |
protected boolean |
implicitBound() |
append, appendLeafGenerator, getType, illustrate, toString
protected FixedLengthPrimitive(int index, int length)
index
- length
- protected abstract void convertValue(byte[] b, java.lang.Object o)
protected void appendObject(org.apache.hadoop.zebra.pig.comparator.EncodingOutputStream out, java.lang.Object o)
appendObject
in class LeafExpr
protected boolean implicitBound()
implicitBound
in class LeafExpr
Copyright © 2007-2012 The Apache Software Foundation