public class ConstantExpression extends ColumnExpression
fieldSchema, uidOnlyFieldSchema
Constructor and Description |
---|
ConstantExpression(OperatorPlan plan,
java.lang.Object val)
Adds expression to the plan
|
Modifier and Type | Method and Description |
---|---|
void |
accept(PlanVisitor v)
Accept a visitor at this node in the graph.
|
LogicalExpression |
deepCopy(LogicalExpressionPlan lgExpPlan)
Create the deep copy of this expression and add that into the passed
LogicalExpressionPlan Return the copy of this expression with updated
logical expression plan.
|
LogicalSchema.LogicalFieldSchema |
getFieldSchema()
Get the field schema for the output of this expression operator.
|
java.lang.Object |
getValue()
Get the value of this constant.
|
void |
inheritSchema(LogicalExpression expr) |
boolean |
isEqual(Operator other)
This is like a shallow equals comparison.
|
void |
setValue(java.lang.Object val) |
getNextUid, getType, hasFieldSchema, neverUseForRealSetFieldSchema, resetFieldSchema, resetNextUid, resetUid, toString
annotate, getAnnotation, getLocation, getName, getPlan, removeAnnotation, setLocation, setPlan
public ConstantExpression(OperatorPlan plan, java.lang.Object val)
plan
- LogicalExpressionPlan this constant is a part of.val
- Value of this constant.public void accept(PlanVisitor v) throws FrontendException
Operator
accept
in class Operator
v
- Visitor to accept.FrontendException
public java.lang.Object getValue()
public void setValue(java.lang.Object val)
public boolean isEqual(Operator other) throws FrontendException
Operator
isEqual
in class Operator
FrontendException
public LogicalSchema.LogicalFieldSchema getFieldSchema() throws FrontendException
LogicalExpression
getFieldSchema
in class LogicalExpression
FrontendException
public LogicalExpression deepCopy(LogicalExpressionPlan lgExpPlan) throws FrontendException
LogicalExpression
deepCopy
in class LogicalExpression
lgExpPlan
- LogicalExpressionPlan in which this expression will be added.FrontendException
public void inheritSchema(LogicalExpression expr) throws FrontendException
FrontendException
Copyright © 2007-2012 The Apache Software Foundation