public class ExprNodeDynamicValueDesc extends ExprNodeDesc implements Serializable
ExprNodeDesc.ExprNodeDescEqualityWrapper| Modifier and Type | Field and Description |
|---|---|
protected DynamicValue |
dynamicValue |
typeInfo| Constructor and Description |
|---|
ExprNodeDynamicValueDesc() |
ExprNodeDynamicValueDesc(DynamicValue value) |
| Modifier and Type | Method and Description |
|---|---|
ExprNodeDesc |
clone() |
DynamicValue |
getDynamicValue() |
String |
getExprString() |
boolean |
isSame(Object o) |
void |
setValue(DynamicValue value) |
String |
toString() |
equals, getChildren, getCols, getExprString, getExprStringForExplain, getName, getTypeInfo, getTypeString, getWritableObjectInspector, hashCode, setTypeInfoprotected DynamicValue dynamicValue
public ExprNodeDynamicValueDesc()
public ExprNodeDynamicValueDesc(DynamicValue value)
public ExprNodeDesc clone()
clone in class ExprNodeDescpublic boolean isSame(Object o)
isSame in class ExprNodeDescpublic DynamicValue getDynamicValue()
public void setValue(DynamicValue value)
public String getExprString()
getExprString in class ExprNodeDescCopyright © 2019 The Apache Software Foundation. All Rights Reserved.