public class ExprNodeFieldDesc extends ExprNodeDesc implements Serializable
ExprNodeDesc.ExprNodeDescEqualityWrappertypeInfo| Constructor and Description |
|---|
ExprNodeFieldDesc() |
ExprNodeFieldDesc(TypeInfo typeInfo,
ExprNodeDesc desc,
String fieldName,
Boolean isList) |
| Modifier and Type | Method and Description |
|---|---|
ExprNodeDesc |
clone() |
List<ExprNodeDesc> |
getChildren()
Gets the vector of children nodes.
|
List<String> |
getCols() |
ExprNodeDesc |
getDesc() |
String |
getExprString() |
String |
getFieldName() |
Boolean |
getIsList() |
int |
hashCode() |
boolean |
isSame(Object o) |
void |
setDesc(ExprNodeDesc desc) |
void |
setFieldName(String fieldName) |
void |
setIsList(Boolean isList) |
String |
toString() |
equals, getExprString, getExprStringForExplain, getName, getTypeInfo, getTypeString, getWritableObjectInspector, setTypeInfopublic ExprNodeFieldDesc()
public ExprNodeFieldDesc(TypeInfo typeInfo, ExprNodeDesc desc, String fieldName, Boolean isList)
public List<ExprNodeDesc> getChildren()
NodegetChildren in interface NodegetChildren in class ExprNodeDescpublic ExprNodeDesc getDesc()
public void setDesc(ExprNodeDesc desc)
public String getFieldName()
public void setFieldName(String fieldName)
public Boolean getIsList()
public void setIsList(Boolean isList)
public String getExprString()
getExprString in class ExprNodeDescpublic List<String> getCols()
getCols in class ExprNodeDescpublic ExprNodeDesc clone()
clone in class ExprNodeDescpublic boolean isSame(Object o)
isSame in class ExprNodeDescpublic int hashCode()
hashCode in class ExprNodeDescCopyright © 2019 The Apache Software Foundation. All Rights Reserved.