public class ExprDynamicParamDesc extends ExprNodeDesc implements Serializable
ExprNodeDesc.ExprNodeDescEqualityWrapper| Modifier and Type | Field and Description |
|---|---|
protected static char[] |
hexArray |
typeInfo| Constructor and Description |
|---|
ExprDynamicParamDesc() |
ExprDynamicParamDesc(TypeInfo typeInfo,
int index,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
ExprNodeDesc |
clone() |
String |
getExprString() |
int |
getIndex() |
Object |
getValue() |
int |
hashCode() |
boolean |
isSame(Object o) |
String |
toString() |
equals, getChildren, getCols, getExprString, getExprStringForExplain, getName, getTypeInfo, getTypeString, getWritableObjectInspector, setTypeInfopublic Object getValue()
public int getIndex()
public String getExprString()
getExprString in class ExprNodeDescpublic ExprNodeDesc clone()
clone in class ExprNodeDescpublic boolean isSame(Object o)
isSame in class ExprNodeDescpublic int hashCode()
hashCode in class ExprNodeDescCopyright © 2022 The Apache Software Foundation. All rights reserved.