org.apache.hadoop.hive.ql.plan
Class ExprNodeConstantDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.ExprNodeDesc
org.apache.hadoop.hive.ql.plan.ExprNodeConstantDesc
- All Implemented Interfaces:
- Serializable, Node
public class ExprNodeConstantDesc
- extends ExprNodeDesc
- implements Serializable
A constant expression.
- See Also:
- Serialized Form
ExprNodeConstantDesc
public ExprNodeConstantDesc()
ExprNodeConstantDesc
public ExprNodeConstantDesc(TypeInfo typeInfo,
Object value)
ExprNodeConstantDesc
public ExprNodeConstantDesc(Object value)
setValue
public void setValue(Object value)
getValue
public Object getValue()
getWritableObjectInspector
public ConstantObjectInspector getWritableObjectInspector()
- Overrides:
getWritableObjectInspector
in class ExprNodeDesc
toString
public String toString()
- Overrides:
toString
in class Object
getExprString
public String getExprString()
- Overrides:
getExprString
in class ExprNodeDesc
clone
public ExprNodeDesc clone()
- Specified by:
clone
in class ExprNodeDesc
isSame
public boolean isSame(Object o)
- Specified by:
isSame
in class ExprNodeDesc
hashCode
public int hashCode()
- Overrides:
hashCode
in class ExprNodeDesc
Copyright © 2013 The Apache Software Foundation