public class BagExpr extends LeafExpr
Modifier and Type | Field and Description |
---|---|
protected boolean |
c |
protected int |
cel |
protected int |
el |
protected ComparatorExpr |
expr |
protected java.util.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,
java.lang.Object object) |
protected java.lang.String |
getType() |
void |
illustrate(java.io.PrintStream out,
int escapeLevel,
int comescLevel,
boolean complement)
Default illustrator for leaf expressions.
|
protected boolean |
implicitBound() |
protected void |
toString(java.io.PrintStream out) |
append, appendLeafGenerator
protected java.util.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, java.lang.Object object) throws ExecException
appendObject
in class LeafExpr
ExecException
protected boolean implicitBound()
implicitBound
in class LeafExpr
public void illustrate(java.io.PrintStream out, int escapeLevel, int comescLevel, boolean complement)
LeafExpr
illustrate
in class LeafExpr
Copyright © 2007-2012 The Apache Software Foundation