public class ExprNodeFieldDesc extends ExprNodeDesc implements Serializable
ExprNodeDesc.ExprNodeDescEqualityWrapper
typeInfo
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() |
getName, getTypeInfo, getTypeString, getWritableObjectInspector, setTypeInfo
public ExprNodeFieldDesc()
public ExprNodeFieldDesc(TypeInfo typeInfo, ExprNodeDesc desc, String fieldName, Boolean isList)
public List<ExprNodeDesc> getChildren()
Node
getChildren
in interface Node
getChildren
in class ExprNodeDesc
public 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 ExprNodeDesc
public List<String> getCols()
getCols
in class ExprNodeDesc
public ExprNodeDesc clone()
clone
in class ExprNodeDesc
public boolean isSame(Object o)
isSame
in class ExprNodeDesc
public int hashCode()
hashCode
in class ExprNodeDesc
Copyright © 2017 The Apache Software Foundation. All rights reserved.