public class BagExpr extends LeafExpr
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
c |
protected int |
cel |
protected int |
el |
protected ComparatorExpr |
expr |
protected List<LeafGenerator> |
list |
| Constructor and Description |
|---|
BagExpr(int index,
ComparatorExpr expr) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendObject(org.apache.hadoop.zebra.pig.comparator.EncodingOutputStream out,
Object object) |
protected String |
getType() |
void |
illustrate(PrintStream out,
int escapeLevel,
int comescLevel,
boolean complement)
Default illustrator for leaf expressions.
|
protected boolean |
implicitBound() |
protected void |
toString(PrintStream out) |
append, appendLeafGeneratorprotected List<LeafGenerator> list
protected final ComparatorExpr expr
protected int el
protected int cel
protected boolean c
public BagExpr(int index,
ComparatorExpr expr)
protected void appendObject(org.apache.hadoop.zebra.pig.comparator.EncodingOutputStream out,
Object object)
throws ExecException
appendObject in class LeafExprExecExceptionprotected boolean implicitBound()
implicitBound in class LeafExprpublic void illustrate(PrintStream out, int escapeLevel, int comescLevel, boolean complement)
LeafExprillustrate in class LeafExprprotected void toString(PrintStream out)
Copyright © 2007-2012 The Apache Software Foundation