|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pig.newplan.Operator
org.apache.pig.newplan.logical.expression.LogicalExpression
org.apache.pig.newplan.logical.expression.ColumnExpression
public abstract class ColumnExpression
Super class for all column expressions, including projection, constants, and deferences.
Field Summary |
---|
Fields inherited from class org.apache.pig.newplan.logical.expression.LogicalExpression |
---|
fieldSchema, uidOnlyFieldSchema |
Fields inherited from class org.apache.pig.newplan.Operator |
---|
annotations, hashPrime, location, name, plan |
Constructor Summary | |
---|---|
ColumnExpression(String name,
OperatorPlan plan)
|
Method Summary |
---|
Methods inherited from class org.apache.pig.newplan.logical.expression.LogicalExpression |
---|
deepCopy, getFieldSchema, getNextUid, getType, neverUseForRealSetFieldSchema, resetFieldSchema, resetNextUid, resetUid, toString |
Methods inherited from class org.apache.pig.newplan.Operator |
---|
accept, annotate, getAnnotation, getLocation, getName, getPlan, isEqual, removeAnnotation, setLocation, setPlan |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ColumnExpression(String name, OperatorPlan plan)
name
- of the operatorplan
- LogicalExpressionPlan this column expression is part of
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |