public abstract class LeafExpr extends ComparatorExpr
| Modifier | Constructor and Description |
|---|---|
protected |
LeafExpr(int index)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
append(org.apache.hadoop.zebra.pig.comparator.EncodingOutputStream out,
Tuple tuple) |
protected void |
appendLeafGenerator(List<LeafGenerator> list,
int el,
int cel,
boolean c,
boolean explicitBound) |
protected abstract void |
appendObject(org.apache.hadoop.zebra.pig.comparator.EncodingOutputStream out,
Object object) |
protected abstract String |
getType() |
protected void |
illustrate(PrintStream out,
int escapeLevel,
int comescLevel,
boolean complement)
Default illustrator for leaf expressions.
|
protected abstract boolean |
implicitBound() |
protected void |
toString(PrintStream out) |
protected LeafExpr(int index)
index - tuple position indexprotected void illustrate(PrintStream out, int escapeLevel, int comescLevel, boolean complement)
out - escapeLevel - comescLevel - complement - protected void append(org.apache.hadoop.zebra.pig.comparator.EncodingOutputStream out,
Tuple tuple)
throws ExecException
ExecExceptionprotected abstract void appendObject(org.apache.hadoop.zebra.pig.comparator.EncodingOutputStream out,
Object object)
throws ExecException
ExecExceptionprotected abstract String getType()
protected abstract boolean implicitBound()
protected void appendLeafGenerator(List<LeafGenerator> list, int el, int cel, boolean c, boolean explicitBound)
appendLeafGenerator in class ComparatorExprprotected void toString(PrintStream out)
toString in class ComparatorExprCopyright © 2007-2012 The Apache Software Foundation